2024-03-03 17:00:32 +00:00
|
|
|
{{ $taxonomy := "categories" }}
|
|
|
|
{{ with .GetTerms $taxonomy }}
|
2024-04-20 22:44:03 +00:00
|
|
|
in
|
2024-03-03 17:00:32 +00:00
|
|
|
{{ range $k, $_ := . -}}
|
|
|
|
{{ if $k }}, {{ end }}
|
|
|
|
<a class="category" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
|
|
|
{{- end }}
|
|
|
|
{{ end }}
|