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@mailbox.org>2019-12-20 17:35:16 +0300
committerdataCobra <datacobra@mailbox.org>2019-12-20 17:35:16 +0300
commitf244a1a92b2f943679c8d58c3f837e4d9e8f694f (patch)
treea01fe3450d8a70db0b17eca4c1485dc9f9c87ee7 /i18n
parente65de79bfeb21a04cf60ab68b126943220f93ec9 (diff)
Add feature for displaying the author1.0.3
Now it is possible to display the author in the article with the additional function 'authorlink' to provide a link to the website of the author. 1. Enable with 'listAuthor = true' in config 2. Front matter 'authorlink' enables a link to a website
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index f0370cf..04f8a92 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -10,3 +10,6 @@
- id: commentsdisqus
translation: "comments powered by"
+
+- id: authorpretext
+ translation: "Written by"