update v1.1.7 from upstream #2

Merged
zhengyi merged 42 commits from merge into main 2023-12-15 16:58:32 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit ac5dacca8f - Show all commits

View File

@ -20,7 +20,8 @@
<img width="35" height="35" class="avatar lazyload" th:data-src="${theme.config.blogger.avatar}" th:src="${theme.config.blogger.lazyload_avatar}" th:alt="${moment.owner.displayName}">
<div class="meta">
<div class="author">
<a class="link" th:href="@{authors}+'/'+${moment.owner.name}" th:title="${moment.owner.displayName}">[[${moment.owner.displayName}]]</a>
<a class="link" th:href="${site.url}" th:text="${site.title}"></a>
<!-- 修改链接指向博客地址 显示为博客名 -->
</div>
<div class="item">
<span class="text">[[${theme.config.blogger.motto?:'一句话介绍自己吧!'}]]</span>