and another one

This commit is contained in:
Stephan Hadan 2025-02-11 14:28:21 +01:00
parent a83ff7ab6f
commit e82d2bb68a

View file

@ -13,7 +13,7 @@
<div class="postmeta">Geschrieben am <time datetime='{{ .Date | time.Format ":date_long" }}' pubdate="">{{ .Date | time.Format ":date_long" }}</time> in
<span class="categories">
{{ range $i, $v := .Params.categories }}
<a class="category" href="{{ baseUrl }}categories/{{ $v | urlize }}">{{ $v }}</a>{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
<a class="category" href="{{ .baseUrl }}categories/{{ $v | urlize }}">{{ $v }}</a>{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
{{ end }}
</span>
</div>