{{/* ANY EDIT (07.11.23) - Removed Author and Date from Keyword taxonomy list (/keywords/). Pages provided by reverse date (01.11.24) - Pages in Keyword list sorted in alphabetic order (not .ByDate.Reverse, but .ByTitle) */}} {{ define "keywords" }} {{ $p := split (trim .RelPermalink "/") "/" }} {{ if eq (len $p) 1 }}
{{ index $p 0 }}⁄All
{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ if eq (index $p 0) $taxonomyname }} {{ range $key, $value := $taxonomy }} {{ $key }}({{ len (index (index $.Site.Taxonomies $taxonomyname) $key) }}) {{ end }} {{ end }} {{ end }} {{ else }}
{{ index $p 0 }}⁄{{ index $p 1 }}
{{ range .Pages.ByTitle }}
{{ .Title }}
{{ end }} {{ end }} {{ end }}