{{ 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) }}
{{ if $.Site.Params.gravatar }} Avatar {{ else if $.Site.Params.avatar }} Avatar {{ end }}
{{ $.Site.Params.name }}
{{ with $.Site.Params.role }}
{{.}}
{{end}} {{ with $.Site.Params.bio }}

{{. | markdownify | emojify}}

{{end}}
{{end}} {{end}}