mirror of https://github.com/luizdepra/hugo-coder.git

iron3oxide
23.30.2023 c340320a3247bd01759a9b30233ca6ad031e2303
1
2
3
4
5
6
7
8
9
<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>