{{ with .Site.Params.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 (print "288x288 q" ( $.Site.Params.Author.imagequality | default "96" )) }} {{ end }} {{ end }} {{ end }} {{ .Site.Params.Author.name | default .Site.Title }} {{ with .Site.Params.Author.headline }} {{ . | markdownify }} {{ end }} {{ partialCached "author-links.html" . }} {{ .Content }}