{{ $dateFormat := (default "January 2, 2006" .Site.Params.BookDateFormat) }} {{ with .Date}}
{{ .Format $dateFormat }}
{{ end }} {{ range $term, $_ := .Site.Taxonomies }} {{ with $list := $.Param $term }}
{{ range $n, $single := $list }}{{ if $n }}, {{ end }} {{- with $.Site.GetPage (printf "/%s/%s" $term $single | urlize) }} {{ .Title }} {{- end }} {{- end }}
{{ end }} {{ end }}