♻️ toolptiped
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<#list mostUsedCategories as category>
|
||||
<a class="tag pipe-tooltipped pipe-tooltipped--n"
|
||||
<a class="tag vditor-tooltipped vditor-tooltipped__n"
|
||||
aria-label="${category.categoryTagCnt} ${cntLabel}${tagsLabel}"
|
||||
href="${servePath}/category/${category.categoryURI}">${category.categoryTitle}</a>
|
||||
</#list>
|
||||
@@ -40,7 +40,7 @@
|
||||
<div>
|
||||
<#list mostUsedTags as tag>
|
||||
<a rel="tag"
|
||||
class="tag pipe-tooltipped pipe-tooltipped--n"
|
||||
class="tag vditor-tooltipped vditor-tooltipped__n"
|
||||
aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}"
|
||||
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">${tag.tagTitle}</a>
|
||||
</#list>
|
||||
|
||||
Reference in New Issue
Block a user