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

4 lines
201 B
HTML
Raw Normal View History

{{- range $index, $el := . -}}
2020-02-18 22:54:05 +00:00
<a class="meta-tag meta-tag--link" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}"><i class="icon fas fa-folder"></i>{{ . }}</a>
{{- end -}}