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