Skip to content

Commit

Permalink
update:优化细节(#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiewenhuang committed Sep 6, 2023
1 parent 87c7782 commit e01196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modules/post_bread.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ul class="joe_bread__bread">
<li class="item">
<i class="jiewen joe-icon-shouye"></i>
<a th:href="${site.url}" class="link" title="首页">首页</a>
<a href="/" class="link" title="首页">首页</a>
</li>
<th:block th:if="${not #lists.isEmpty(post.categories)}">
<th:block th:with="category = ${post.categories[0]}">
Expand Down

0 comments on commit e01196f

Please sign in to comment.