@ju52 wrote:
I have this in the head of my single.html
{{ if isset .Params "categories" -}} {{ range $index, $name := sort .Params.categories -}} {{ with site.GetPage (printf "/%s" ($name | urlize )) -}} <a class=ph1 href="{{ .RelPermalink }}" title="category: {{ .Name | markdownify}}">{{ .Name | markdownify}}</a> {{- end}} {{- end}} {{- end }}
I can try to shorten is a little with the DOT notation