Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhihang committed Nov 19, 2022
1 parent abed06b commit d40cf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/category.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a href="/">首页</a>
</div>
<div class="category-bar-item"
th:classappend="${category.metadata.name == categoryItem.metadata.name} ? 'select'"
th:classappend="${category.metadata.name == categoryItem.metadata.name} ? ' select'"
th:each="categoryItem : ${categoryFinder.listAll()}"
th:id="${categoryItem.spec.displayName}">
<a th:href="@{${categoryItem.status.permalink}}"
Expand Down

0 comments on commit d40cf2f

Please sign in to comment.