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

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>