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