🚧 #12256 skins
This commit is contained in:
@@ -135,3 +135,15 @@
|
||||
</ul>
|
||||
</#if>
|
||||
</div>
|
||||
<ul id="head-category">
|
||||
<#if 0 != mostUsedCategories?size>
|
||||
<#list mostUsedCategories as category>
|
||||
<li>
|
||||
<a href="${servePath}/category/${category.categoryURI}"
|
||||
aria-label="${category.categoryTagCnt} ${tagsLabel}"
|
||||
class="tag tooltipped tooltipped-n">
|
||||
${category.categoryTitle}</a>
|
||||
</li>
|
||||
</#list>
|
||||
</#if>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user