{{ 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.ByDate.Reverse }}
{{ .Date.Format "Jan 2, 2006" }}
{{ .Title }}
{{ range $n, $authorFile := .Params.authors }} {{ $author := $.GetPage (printf "/author/%s" $authorFile) }} {{ $author.Title }} {{ end }} {{ end }} {{ end }} {{ end }}