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