From 8e2de6c6dcf30e022b91d4036018bad9836ecab4 Mon Sep 17 00:00:00 2001 From: Wolf Noble <1680659+wolfspyre@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:18:51 -0600 Subject: [PATCH] Update author.html remove superfluous log element --- layouts/partials/author.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 9034020a..97cdfc99 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -1,5 +1,4 @@ {{ if .Params.showAuthor | default (.Site.Params.article.showAuthor | default true) }} -{{- warnf "%s called. Author %s should be shown." .Page.File .Site.Language.Params.Author.name }}