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

tobinjt
20.19.2018 d89edf3e1b31baed524e5866b6d58fdc7dcad5f6
layouts/partials/taxonomy/categories.html
@@ -4,6 +4,6 @@
    {{- if gt $index 0 }}
      <span class="separator">•</span>
    {{- end }}
    <a href="{{ ( print "categories/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
    <a href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
  {{- end -}}
</div>