{{$author := index .Site.Data.details.staff (.Params.author | default "default")}}

{{$author.name}}

{{if .Date }}

Published: {{.Date | time.Format "Jan 02 2006"}} {{end}} {{if .Params.updated}}
Updated: {{.Params.updated | time.Format "Jan 02 2006"}} {{end}}

{{if .GetTerms "tags"}}

Tags:

{{ range (.GetTerms "tags")}} {{.LinkTitle}} {{end}}
{{end}}