abdullahtarawneh.com/layouts/partials/page/categories.html

9 lines
207 B
HTML
Raw Normal View History

2024-06-03 12:39:43 +00:00
{{ with .GetTerms "categories" }}
<p class="categories">
Categorized under
{{ range $k, $v := . }}
{{- if $k }}, {{ end }}
<a href='{{ .Permalink }}'>{{ .Title }}</a>
{{- end }}
</p>
{{ end }}