Update author.html

remove superfluous log element
This commit is contained in:
Wolf Noble
2023-12-07 20:18:51 -06:00
committed by GitHub
parent a1a6d6f468
commit 8e2de6c6dc
-1
View File
@@ -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 }}
<div class="flex">
{{ $lazy := .Params.enableImageLazyLoading|default .Site.Params.enableImageLazyLoading | default true }}
{{ $altText := ($.Site.Language.Params.Author.name | default "Author") }}