commit 823168e161fa8a0eebc7ef7a399c29a7d94842f4
parent 32df60e80183dc0f6c0c3be26c990fc5c9a3f385
Author: Thunder33345 <Thunder33345@users.noreply.github.com>
Date: Sun, 30 Apr 2023 21:44:59 +0800
changed decorators for single
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
@@ -6,14 +6,14 @@
<div class="post-meta">
{{ if .Date }}
<time class="post-date">
- {{ .Date.Format "2006-01-02" }} ::
+ {{ .Date.Format "2006-01-02" }}
{{ if $.Site.Params.showLastUpdated }}
- [{{or $.Site.Params.updatedDatePrefix "Updated"}} :: {{ .Lastmod.Format "2006-01-02" }}]
+ :: [{{or $.Site.Params.updatedDatePrefix "Updated"}} :: {{ .Lastmod.Format "2006-01-02" }}]
{{ end }}
</time>
{{ end }}
{{ with .Params.Author }}
- <span class="post-author">{{ . }}</span>
+ <span class="post-author"> :: {{ . }}</span>
{{ end }}
{{ if and (.Param "readingTime") (eq (.Param "readingTime") true) }}
<span class="post-reading-time">:: {{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }} ({{ .WordCount }} {{ $.Site.Params.words | default "words" }})</span>