bunteshaus.de/themes/buha/layouts/partials/l1/tags_n_categories.html

7 lines
182 B
HTML

<article>
{{ $type := .type }}
{{ range .pages }}
<a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a> {{ if eq $type "taxonomy"}}{{ .Count }}{{ end }}
{{ end }}
</article>