abdullahtarawneh.com/layouts/partials/page/categories.html
2024-06-03 07:39:43 -05:00

9 lines
207 B
HTML

{{ with .GetTerms "categories" }}
<p class="categories">
Categorized under
{{ range $k, $v := . }}
{{- if $k }}, {{ end }}
<a href='{{ .Permalink }}'>{{ .Title }}</a>
{{- end }}
</p>
{{ end }}