Update author.html

remove superfluous log element
pull/741/head
Wolf Noble 2023-12-07 20:18:51 -06:00 committed by GitHub
parent a1a6d6f468
commit 8e2de6c6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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") }}