{{- with .Params.LastModifierDisplayName }} {{ with $.Params.LastModifierEmail }}{{ end }}{{ . }}{{ with $.Params.LastModifierEmail }}{{ end }} {{- with $.Date }} {{ . | time.Format ":date_medium" }} {{- end }} {{- end }} {{- $page := . }} {{- if .Params.categories }} {{- $terms := slice | append .Params.categories }} {{- range $idx, $term := sort $terms }} {{- with ($page.Site.GetPage (printf "%s%s" ("/categories/" | relURL) ($term | plainify | anchorize)) | default ($page.Site.GetPage (printf "%s%s" ("/categories/" | relURL) ($term | urlize)))) }} {{- $to := . }} {{ if gt $idx 0 }} | {{ end }}{{ $term }} {{- end }} {{- end }} {{- end }}