博客变为论坛,修改编辑器为正常编辑器
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<a class="nav-link" th:href="@{/question}">问答 </a>
|
||||
</li>
|
||||
<li th:class="${activeUrl=='blog'?'nav-item active':'nav-item'}">
|
||||
<a class="nav-link" th:href="@{/blog}">博客 </a>
|
||||
<a class="nav-link" th:href="@{/blog}">论坛 </a>
|
||||
</li>
|
||||
<li th:class="${activeUrl=='hotspot'?'nav-item active':'nav-item'}">
|
||||
<a class="nav-link" th:href="@{/hotspot}">热门资源 </a>
|
||||
|
||||
Reference in New Issue
Block a user