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

{{$author.name}}

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

Tags:

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