{{ if not (or (eq .Site.Params.profile false) (eq .Params.profile false)) }} {{ $author := "" }} {{ if .Params.authors }} {{ $author = index .Params.authors 0 }} {{ end }} {{/* Display site author if page authors not explicitly specified or if first page author is site author. */}} {{ if or (not .Params.authors) (eq $author $.Site.Params.name) }}
{{end}} {{end}}