Feat: add count badge for taxonomy (#122)

This commit is contained in:
Cell
2022-04-22 17:00:15 +08:00
parent ff0f60646e
commit 9dfa6ec837
5 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<div class="page archive">
{{- /* Title */ -}}
<h2 class="single-title animate__animated animate__pulse animate__faster">
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" -}}
&nbsp;<sup>{{- len .Pages -}}</sup>
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" }}
<sup>{{- len .Pages -}}</sup>
</h2>
{{- /* Paginate */ -}}