mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✨ Feat: add count badge for taxonomy (#122)
This commit is contained in:
@@ -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" -}}
|
||||
<sup>{{- len .Pages -}}</sup>
|
||||
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" }}
|
||||
<sup>{{- len .Pages -}}</sup>
|
||||
</h2>
|
||||
|
||||
{{- /* Paginate */ -}}
|
||||
|
||||
Reference in New Issue
Block a user