{{ $lazy := .Params.enableImageLazyLoading | default .Site.Params.enableImageLazyLoading | default true }} {{ $altText := ($.Site.Language.Params.Author.name | default "Author") }} {{ with .Site.Language.Params.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} {{ $imgClass := "mb-2 h-auto w-36 rounded-full" }} {{ partial "picture.html" (dict "img" $authorImage "alt" $altText "class" $imgClass "lazy" $lazy) }} {{ end }} {{ end }} {{ .Site.Language.Params.Author.name | default .Site.Title }} {{ with .Site.Language.Params.Author.headline }} {{ . | markdownify | emojify }} {{ end }} {{ partialCached "author-links.html" . }} {{ .Content | emojify }}