mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-09 00:02:29 +02:00
Add option to add word count to metadata (#740)
Usage: ShowWordCount: true
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
one : "1 min"
|
||||
other: "{{ .Count }} min"
|
||||
|
||||
- id: words
|
||||
translation:
|
||||
one : "mot"
|
||||
other: "{{ .Count }} mots"
|
||||
|
||||
- id: toc
|
||||
translation: "Table des Matières"
|
||||
|
||||
|
Reference in New Issue
Block a user