{{- T "published" -}}:
{{- T "author" -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}{{ .Title }}{{ end }}{{ end }}
{{ $baseUrl := .Site.BaseURL }} {{ if .Params.tags }}{{- T "tags" -}}: {{ range .Params.tags }}{{ with $.Site.GetPage (printf "tags/%s" .) }}{{ .Title }}{{ end }}{{ end }}
{{ end }}