caffeinated.blog/themes/anatole/layouts/partials/taxonomy/categories.html

6 lines
181 B
HTML

<span class="separator">
{{- range $index, $el := . -}}
<a class="category" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
{{- end -}}
</span>