hugo-coder-fork/layouts/partials/taxonomy/categories.html

4 lines
217 B
HTML

{{- range $index, $el := . -}}
<a class="meta-tag meta-tag--link" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}"><i class="icon material-icons-outlined">folder</i>{{ . }}</a>
{{- end -}}