From 823168e161fa8a0eebc7ef7a399c29a7d94842f4 Mon Sep 17 00:00:00 2001 From: Thunder33345 Date: Sun, 30 Apr 2023 21:44:59 +0800 Subject: [PATCH] changed decorators for single --- layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f85fc5d..4485c64 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,14 +6,14 @@
{{ if .Date }} {{ end }} {{ with .Params.Author }} - + {{ end }} {{ if and (.Param "readingTime") (eq (.Param "readingTime") true) }} :: {{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }} ({{ .WordCount }} {{ $.Site.Params.words | default "words" }})