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

7 lines
206 B
HTML
Raw Normal View History

2022-04-10 00:53:31 +02:00
<article>
{{ $type := .type }}
{{ range .pages }}
2022-04-28 17:39:10 +02:00
<a href="{{ .Page.Permalink }}" style="margin-right: 1rem;">{{ .Page.Title }} {{ if eq $type "tags"}}{{ .Count }}{{ end }}</a>
2022-04-10 00:53:31 +02:00
{{ end }}
</article>