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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-03-15 05:34:46 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-03-15 05:34:46 +0300
commit89f21f84ff3b5f7728a2cbacb6caa314cc61575b (patch)
tree4f424e7b334eda80ff9407774a2abc1329e1f755 /README-zh.md
parent4faef78cd58cbba987fe74d2d454754543205ad4 (diff)
docs: defaultContentLanguage can only be lowercased
Closes #4
Diffstat (limited to 'README-zh.md')
-rw-r--r--README-zh.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README-zh.md b/README-zh.md
index 60e848d..441e916 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -141,9 +141,9 @@ Hugo-Theme-Jane 支持创建多语言网站。
```toml
# 使用中文
-defaultContentLanguage = "zh-CN" # 默认使用的语言
-[Languages.zh-CN]
- languageCode = "zh-CN"
+defaultContentLanguage = "zh-cn" # 默认使用的语言
+[Languages.zh-cn]
+ languageCode = "zh-cn"
```
有关多语言设置,请查看 [Multilingual Mode | Hugo](https://gohugo.io/content-management/multilingual/) 。