From a1a6d6f4683d4b5bf6fcf0effdd61ab47b61ea82 Mon Sep 17 00:00:00 2001 From: Wolf Noble <1680659+wolfspyre@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:06:39 -0600 Subject: [PATCH] Update author.html remove superfluous warning --- layouts/partials/author.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/author.html b/layouts/partials/author.html index a3a2aeb3..9034020a 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -4,7 +4,6 @@ {{ $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" }}