From 41ef0bdcde0534402d430185052f4c553144487c Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Wed, 6 May 2020 20:30:07 +0800
Subject: General template fix
---
layouts/partials/post-meta.html | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
(limited to 'layouts/partials/post-meta.html')
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 4864808..f208210 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,15 +1,9 @@
-
- |
-
-
- {{ .WordCount }}{{ i18n "postMetaWordCount" }} |
-
-
- {{ if .Params.tags }}
- {{ range .Params.tags }}
- {{ . }}
- {{ end }}
- {{ else }}
- {{ i18n "postMetaNoTag" }}
- {{ end }}
-
\ No newline at end of file
+ |
+{{ .WordCount }}{{ i18n "postMetaWordCount" }} |
+{{ if .Params.tags }}
+{{ range .Params.tags }}
+{{ . }}
+{{ end }}
+{{ else }}
+{{ i18n "postMetaNoTag" }}
+{{ end }}
\ No newline at end of file
--
cgit v1.2.3