From 823168e161fa8a0eebc7ef7a399c29a7d94842f4 Mon Sep 17 00:00:00 2001
From: Thunder33345 <Thunder33345@users.noreply.github.com>
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 @@
   <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>