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

4 lines
217 B
HTML
Raw Normal View History

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