{{ if .Params.showAuthor | default (.Site.Params.article.showAuthor | default true) }}
{{ with .Site.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} {{ $authorImage := $authorImage.Fill "192x192" }} Author {{ end }} {{ end }}
{{ with .Site.Author.name | markdownify | emojify }}
{{ i18n "author.byline_title" | markdownify | emojify }}
{{ . }}
{{ end }} {{ with .Site.Author.bio | markdownify | emojify }}
{{ . }}
{{ end }}
{{ partialCached "author-links.html" . }}
{{ end }}