website/themes/fzmin2/layouts/_default/terms.html
fzorb 8237b6aa19
Some checks failed
pipeline / deploy-job (push) Failing after 3m26s
some changes to themes
2025-01-16 11:26:30 +02:00

14 lines
239 B
HTML

{{ partial "header.html" . }}
<h1>{{ .Title }}</h1>
<ul class="terms">
{{ range .Data.Terms }}
<li>
<a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> ({{ .Count }})
</li>
{{ end }}
</ul>
{{ partial "footer.html" . }}