配置 tag 角标
This commit is contained in:
parent
b7943d8f66
commit
061d654e04
|
@ -8,11 +8,11 @@
|
|||
<div class="card-tag-cloud">
|
||||
<a style="font-size:1em;color:#d3d3d3" th:each="tag : ${tags}"
|
||||
th:href="${tag.status.permalink}"
|
||||
th:text="${tag.spec.displayName}"
|
||||
th:title="${tag.spec.displayName}">
|
||||
<!-- 角标 -->
|
||||
<sup th:text="${tag.status.postCount}"></sup>
|
||||
[[${tag.spec.displayName}]]<sup th:text="${tag.status.postCount}"></sup>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</th:block>
|
||||
|
|
Loading…
Reference in New Issue