mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 08:01:12 +01:00
2 lines
371 B
HTML
2 lines
371 B
HTML
{{ define "main" }} <div class="breadcrumbs"> You are here: <a href="{{ "/" | relURL }}">Home</a> / <span>{{ .Title }}</span> </div> <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 }}
|