Skip to content

Commit

Permalink
Merge pull request #562 from ChanceM/fix/list-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CGBassPlayer authored Nov 9, 2023
2 parents 8a9b89e + 242d3e2 commit fb99ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jb/layouts/_default/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="title">{{.Title}}</h1>
{{ range sort .Site.Taxonomies.tags }}
<span class="tag">
<!-- urlquery found here: https://discourse.gohugo.io/t/url-encoding-percent-encoding-with-hugo/16546/13 -->
<a href="{{ .Page.Permalink }}">{{ .Page.Title }} ({{ .Count }})</a>
<a href='{{ replace .Page.Permalink "#" "%23" }}'>{{ .Page.Title }} ({{ .Count }})</a>
</span>

{{ end }}
Expand Down

0 comments on commit fb99ae7

Please sign in to comment.