From d7fb3a9065eab673024c1ef5d0e6fd18b8a5d933 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Tue, 21 Apr 2020 10:09:31 +0800
Subject: Add word counter
---
layouts/partials/post-meta.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'layouts/partials/post-meta.html')
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 3e90686..193b2fc 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,6 +1,9 @@
+
+ {{ .WordCount }}{{ i18n "postMetaWordCount" }} |
+
{{ if .Params.tags }}
{{ range .Params.tags }}
--
cgit v1.2.3
From e70742788897138cfb971f78618641a4190707f4 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Thu, 23 Apr 2020 13:23:34 +0800
Subject: Pagination adjustment
---
layouts/partials/post-meta.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'layouts/partials/post-meta.html')
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 193b2fc..0164619 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,8 +1,8 @@
-
+ |
- {{ .WordCount }}{{ i18n "postMetaWordCount" }} |
+ {{ .WordCount }}{{ i18n "postMetaWordCount" }} |
{{ if .Params.tags }}
--
cgit v1.2.3
From 39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Thu, 23 Apr 2020 19:36:26 +0800
Subject: Support in-post or global APlayer
---
layouts/partials/post-meta.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'layouts/partials/post-meta.html')
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 0164619..7e5b47b 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,10 +1,10 @@
-
+
|
-
+
{{ .WordCount }}{{ i18n "postMetaWordCount" }} |
-
+
{{ if .Params.tags }}
{{ range .Params.tags }}
{{ . }}
--
cgit v1.2.3