修复非瞬间页面昵称显示问题

This commit is contained in:
yundabei 2023-12-07 15:01:48 +08:00
parent c4b59aba10
commit ac5dacca8f
1 changed files with 2 additions and 1 deletions

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>