Skip to content

Commit

Permalink
tags: show tag count in tags list
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Feb 23, 2022
1 parent 71b32d1 commit fc222c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ul>
{{- range .Data.Terms.Alphabetical }}
{{- if and .Page.Title (or (ne (.Page.Scratch.Get "relearnIsHiddenStem") true) (ne .Page.Site.Params.disableTagHiddenPages true) ) }}
<li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a></li>
<li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> ({{ len .Pages }})</li>
{{- end }}
{{- else }}
{{- range sort .Pages "Title" }}
Expand Down

0 comments on commit fc222c9

Please sign in to comment.