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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <danielkvist@protonmail.com>2020-07-25 13:30:41 +0300
committerGitHub <noreply@github.com>2020-07-25 13:30:41 +0300
commit67b4729a87e7fd3252a7db2f8f0823a7b5eb2c8f (patch)
tree12fc7ba8410619dc40c8b0d9f12c770965811653
parent5d57068eb8370c7648491ab7c47b6b28d8a6b835 (diff)
parent05c2fd11b82b3c1cb8c73ad886411f31b62b2bb3 (diff)
Merge pull request #27 from penkovski/patch-1
Fix typo with french language definition
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed48dd9..95b9f6b 100644
--- a/README.md
+++ b/README.md
@@ -344,8 +344,8 @@ If your site is multilingual, add each language to your config.toml parameters w
languageName = "de"
weight = 2
contentDir = "content/de"
- [languages.de]
- languageName = "de"
+ [languages.fr]
+ languageName = "fr"
weight = 3
contentDir = "content/fr"
```