Add word count to page meta

This commit is contained in:
wizardbyron
2021-12-16 17:37:46 +08:00
committed by James Panther
parent 24ce98d1f2
commit 65a7228bfc
5 changed files with 12 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ article:
one: "{{ .Count }} min"
other: "{{ .Count }} mins"
reading_time_title: "Reading time"
word_count_unit: "Words"
author:
byline_title: "Author"
+1
View File
@@ -5,6 +5,7 @@ article:
reading_time:
other: "{{ .Count }} 分钟"
reading_time_title: "预计阅读"
word_count_unit: "字"
author:
byline_title: "作者"