Compare commits

..

1 Commits

Author SHA1 Message Date
Wolf Noble 99c73d847d
Merge 92658f1b88 into c01a572d82 2023-12-05 16:38:05 -06:00
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
{{ $lazy := .Params.enableImageLazyLoading|default .Site.Params.enableImageLazyLoading | default true }}
{{ $altText := ($.Site.Language.Params.Author.name | default "Author") }}
{{ with .Site.Language.Params.Author.image }}
{{- warnf "called. AuthorImage %s should be shown." . }}
{{ $authorImage := resources.Get . }}
{{ if $authorImage }}
{{ $imgClass := "!mb-0 !mt-0 me-4 w-24 h-auto rounded-full" }}