fix work count in CJK
This commit is contained in:
parent
f48ea0384c
commit
a91ec7ce3b
@ -9,6 +9,8 @@ defaultContentLanguage = "zh-Hans"
|
|||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
|
|
||||||
|
hasCJKLanguage = true
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 10
|
pagerSize = 10
|
||||||
|
|
||||||
|
|||||||
@ -51,8 +51,8 @@ fingerprintAlgorithm = "sha256"
|
|||||||
showReadingTime = true
|
showReadingTime = true
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
showTaxonomies = false
|
showTaxonomies = false
|
||||||
showWordCount = false
|
|
||||||
showComments = false
|
showComments = false
|
||||||
|
showWordCount = true
|
||||||
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"]
|
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user