修复非瞬间页面昵称显示以及PC博主信息等级显示

This commit is contained in:
yundabei 2023-12-07 14:36:46 +08:00
parent aa499207b9
commit c4b59aba10
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
</th:block> </th:block>
</div> </div>
<a class="link" th:href="${site.url}" target="_blank" rel="noopener noreferrer nofollow"> <a class="link" th:href="${site.url}" target="_blank" rel="noopener noreferrer nofollow">
[[${theme.config.blogger.nickname ?: site.title}]] [[${theme.config.blogger.nickname ?: site.title}]]<img class="level" th:src="@{/assets/svg/level_1.svg}" alt="博主等级">
<!-- 这里应该还有一个等级-->
</a> </a>
<th:block th:if="${theme.config.blogger.motto != ''}"> <th:block th:if="${theme.config.blogger.motto != ''}">
<p class="motto joe_motto">[[${theme.config.blogger.motto}]]</p> <p class="motto joe_motto">[[${theme.config.blogger.motto}]]</p>