Add option to add word count to metadata (#740)
Usage: ShowWordCount: true
This commit is contained in:
parent
37f359ee21
commit
b0ab8ea495
8 changed files with 40 additions and 1 deletions
|
|
@ -9,6 +9,11 @@
|
|||
one: "1 min"
|
||||
other: "{{ .Count }} min"
|
||||
|
||||
- id: words
|
||||
translation:
|
||||
one : "woord"
|
||||
other: "{{ .Count }} woorden"
|
||||
|
||||
- id: toc
|
||||
translation: "Inhoudsopgave"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue