Files
hyzendust.github.io/themes/hugo-theme-yue/layouts/taxonomy.html

2 lines
278 B
HTML

{{ define "main" }} <h1>Categories</h1> <section class="term-list"> {{ range .Data.Terms.Alphabetical }} <h2 class="term-list__item"> <a class="term-list__link" href="{{ .Page.RelPermalink }}"> {{ .Page.Title }} <sup>{{ .Count }}</sup> </a> </h2> {{ end }} </section> {{ end }}