{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ if gt (len $taxonomy) 0 }} {{ if eq $taxonomyname "tags" }}

標籤

{{ else }}

分類

{{ end }}

{{ $count := 0 }} {{ range $name, $value := $taxonomy }} {{ if lt $count 20 }} {{ $name }} {{ $count = add $count 1 }} {{ end }} {{ end }}

{{ end }} {{ end }}