Quantcast
Channel: Sort a post's categories/tags alphabetically? (micro.blog)
Viewing all articles
Browse latest Browse all 18

Sort a post's categories/tags alphabetically? (micro.blog)

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 18

Trending Articles