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

11 lines
293 B
HTML

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