sophia.wtf/themes/hugo-coder/layouts/partials/taxonomy/categories.html

9 lines
265 B
HTML

<div class="categories">
<i class="fa fa-folder" aria-hidden="true"></i>
{{- range $index, $el := . -}}
{{- if gt $index 0 }}
<span class="separator"></span>
{{- end }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{- end -}}
</div>