标签按文章数量倒序

master
jinqilin721 2020-04-07 12:01:39 +08:00
parent 15b733549e
commit 587ba30db0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</h3> </h3>
<div class="field is-grouped is-grouped-multiline"> <div class="field is-grouped is-grouped-multiline">
<@tagTag method="list"> <@tagTag method="list">
<#list tags as tag> <#list tags?sort_by("postCount")?reverse as tag>
<div class="control"> <div class="control">
<a class="tags has-addons" href="${tag.fullPath!}"> <a class="tags has-addons" href="${tag.fullPath!}">
<span class="tag">${tag.name}</span> <span class="tag">${tag.name}</span>