bunteshaus.de/themes/buha/layouts/partials/layout/tags_n_categories.html
2022-04-28 17:39:10 +02:00

7 lines
206 B
HTML

<article>
{{ $type := .type }}
{{ range .pages }}
<a href="{{ .Page.Permalink }}" style="margin-right: 1rem;">{{ .Page.Title }} {{ if eq $type "tags"}}{{ .Count }}{{ end }}</a>
{{ end }}
</article>