summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorakgnah2020-05-10 15:29:13 +0800
committerakgnah2020-05-10 15:29:13 +0800
commit9d184dd845eaaabc05d65256e48fe16d8f1d641c (patch)
treee32509ae9cbb0d1c2e6313c3c6fc9ec6ccdc7a99 /exampleSite/config.toml
parentfb67636d1c9e67431d77c4d70ef6b75644d09331 (diff)
downloadhugo-theme-fuji-9d184dd845eaaabc05d65256e48fe16d8f1d641c.tar.gz
hugo-theme-fuji-9d184dd845eaaabc05d65256e48fe16d8f1d641c.tar.bz2
hugo-theme-fuji-9d184dd845eaaabc05d65256e48fe16d8f1d641c.zip
Fix html lang attribute
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 73a1909..6241b27 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,9 +7,8 @@ enableRobotsTXT = true
disableKinds = ["taxonomyTerm"]
## Change this two to switch between different language
-## Now support: en, zh-hans, zh-hant, ja, nl
-defaultContentLanguage = "en"
-languageCode = "en"
+languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
+defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl
summaryLength = 100 # Custom cummary length, add <!--more--> in post file to custom split point
paginate = 10