From b5a68d24a7458db1ac59ba6ec71fd3a4803e8ea0 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Wed, 14 Oct 2020 01:23:53 +0800 Subject: [PATCH] update config for new version of hugo --- hugo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/config.toml b/hugo/config.toml index bf22e6c..049b75d 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -1,6 +1,6 @@ baseURL = "http://localhost:1313/" languageCode = "cn" -defaultContentLanguage = "zh-cn" # en / zh-cn / ... (This field determines which i18n file to use) +defaultContentLanguage = "zh-CN" # en / zh-cn / ... (This field determines which i18n file to use) title = "老陈自留地" preserveTaxonomyNames = true enableRobotsTXT = true