{{ with .Site.Author.image }} {{ $authorImage := "" }} {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} {{ $authorImage = resources.GetRemote . }} {{ else }} {{ $authorImage = resources.Get . }} {{ end }} {{ if $authorImage }} {{ if not $disableImageOptimization }} {{ $authorImage = $authorImage.Fill "288x288" }} {{ end }} {{ end }} {{ end }} {{ .Site.Author.name | default .Site.Title }} {{ with .Site.Author.headline }} {{ . | markdownify | emojify }} {{ end }} {{ partialCached "author-links.html" . }} {{ .Content | emojify }}