Update author.html

remove superfluous warning
pull/741/head
Wolf Noble 2023-12-06 17:06:39 -06:00 committed by GitHub
parent 92658f1b88
commit a1a6d6f468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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