Sort by tag name

layouts/_default/taxonomy.html

{{ define "main" }}
  <h1>{{ .Title }}</h1>
  {{ range .Data.Terms.Alphabetical }}
    <h2><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }} ({{ .Term }})</a></h2>
  {{ end }}
{{ end }}

Working example:

git clone --single-branch -b hugo-forum-topic-29850 https://github.com/jmooring/hugo-testing hugo-forum-topic-29850
cd hugo-forum-topic-29850
hugo server
2 Likes