Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-07-11 20:26:51 +0300
committerdataCobra <datacobra@thinkbot.de>2021-07-11 20:26:51 +0300
commitd63a590b454bed876bcc204f27ab1e769b47907c (patch)
tree0b60f0f3a003093b55a0b04e32eb3866c8de017d /i18n
parent79c300822b3b42e001c25e533293c964e78cec9f (diff)
Add metadata (readingTime, wordCount, author) #61
This commits ports the PR #61. This PR changes the way the author is displayed in a list or single post, and also adds the functionality to display reading time and word count.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 79a669f..ce7d345 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -16,3 +16,9 @@
- id: 404text
translation: "There is not content here."
+
+- id: minutes
+ translation: "minutes"
+
+- id: words
+ translation: "words"