Compare commits

..

2 Commits

Author SHA1 Message Date
Wolf Noble 7786d85d67
Merge 8e2de6c6dc into 153e6a60d1 2023-12-08 02:18:54 +00:00
Wolf Noble 8e2de6c6dc
Update author.html
remove superfluous log element
2023-12-07 20:18:51 -06:00
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") }}