fix: 修复手机端侧栏专栏没用text的问题 #99
This commit is contained in:
parent
4c3373b61b
commit
4d0fe63567
|
@ -77,7 +77,7 @@
|
|||
<li th:each="category : ${categories}">
|
||||
<a class="site-page child" th:href="@{${category.status.permalink}}">
|
||||
<!--<i class="fa-fw fas fa-swatchbook"></i>-->
|
||||
<span th:title="${category.spec.displayName}"></span>
|
||||
<span th:title="${category.spec.displayName}">[[${category.spec.displayName}]]</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue