+ + {{ with .Site.Author.image }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "288x288" }} + {{ end }} + + {{ end }} + {{ end }} + + {{ .Site.Author.name | default .Site.Title }} + + + {{ partialCached "author-links.html" . }} + + +
+ + {{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }} + {{ partial "breadcrumbs.html" . }} + {{ end }} + + {{ .Title | emojify }} + + + + {{ .Content | emojify }} + + +