commit 743488b6aa1d897bf9e59911fd38c2940ebdba7b
parent 31ddae42bb3aa785c42bf2968192a4ec6246b34f
Author: lou woell <lou@repetitions.de>
Date: Thu, 16 Apr 2026 17:23:46 +0200
whitespace fix
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/single.html b/layouts/single.html
@@ -28,16 +28,16 @@
{{- .Date.Format "2006-01-02" -}}
</time>
{{- end }}
- {{ with .Params.Author -}}
+ {{- with .Params.Author -}}
<span class="post-author">{{ . }}</span>
{{- end }}
{{- if $.Site.Params.showLastUpdated }}
- <time class="post-date" >
+ <time class="post-date">
{{- or $.Site.Params.updatedDatePrefix "Updated " -}}
{{- .Lastmod.Format "2006-01-02" -}}
</time>
{{- end }}
- {{ if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
+ {{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
<span class="post-reading-time">
{{- .ReadingTime -}}
{{- $.Site.Params.minuteReadingTime | default "min read" -}}