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/en.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/en.toml')
-rw-r--r-- | i18n/en.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 02853ac..ef33505 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " words" +[postMetaReadingTime] + other = " minutes" + [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "Posts with the tag {{ .Title }}: " - -[webpCheckerFront] - other = "Your browser does not currently support " - -[webpCheckerEnd] - other = " images" |