{{ with .Site.Author.image }}
{{ $authorImage := resources.Get . }}
{{ if $authorImage }}
{{ if not $disableImageOptimization }}
{{ $authorImage = $authorImage.Fill "288x288" }}
{{ end }}
{{ end }}
{{ end }}
{{ with .Site.Author.headline }}
{{ . | markdownify | emojify }}
{{ end }}
{{ with .Site.Author.links }}
{{ end }}