diff options
author | amzrk2 | 2020-05-07 11:48:10 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 11:48:10 +0800 |
commit | 5f44f7a50db09547da7d06c3a8da464153d9cf20 (patch) | |
tree | 35dfbb4dab534ecfefdcfe9d222941ea710f8dda /i18n/zh-hans.toml | |
parent | cc72fc07751e1de493c1e9e7967feded794faa6b (diff) | |
download | hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.gz hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.bz2 hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.zip |
Word count and read time in post metadata
Diffstat (limited to 'i18n/zh-hans.toml')
-rw-r--r-- | i18n/zh-hans.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 56783e4..3be1131 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " 字" +[postMetaReadingTime] + other = " 分钟" + [postCopyrightFront] other = "除特殊注明部分,本站内容采用 " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "拥有标签 {{ .Title }} 的文章:" - -[webpCheckerFront] - other = "您的浏览器暂未支持显示 " - -[webpCheckerEnd] - other = " 图片" |