Skip to content

Commit

Permalink
2023-10-26 18:18:21
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Oct 26, 2023
1 parent 8104fb8 commit 917c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/taxonomy/tag.terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li class="list-inline-item">
<a href="{{ (.Page.RelPermalink) }}" style="font-size: {{ ($currentFontSize) }}{{ ($fontUnit) }};">
{{ (.Page.Title) }}
<sup>{{ (.Count) }}</sup>
<sup class="text-body-secondary">{{ (.Count) }}</sup>
</a>
</li>
{{ end }}
Expand Down

0 comments on commit 917c41e

Please sign in to comment.