{{ $align := .align | default "center" }}
{{ $lazy := 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" }} {{ $webp := $.Page.Site.Params.enableImageWebp | default true }} {{ partial "picture.html" (dict "img" $authorImage "alt" $altText "class" $imgClass "lazy" $lazy "webp" $webp) }} {{ end }} {{ end }}

{{ site.Language.Params.Author.name | default site.Title }}

{{ with site.Language.Params.Author.headline }}

{{ . | markdownify | emojify }}

{{ end }}
{{ partialCached "author-links.html" . }}