diff options
author | Devercises | 2021-03-19 11:52:32 +0100 |
---|---|---|
committer | Devercises | 2021-03-19 11:52:32 +0100 |
commit | de3892ce29275ba0b33b91ce6385355aae2e6afb (patch) | |
tree | cf92091a89d283dcdef181464da70cfadb2b1ce8 /exampleSite | |
parent | f1266a27279cfc6839453737fcf660ac59262105 (diff) | |
download | hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.tar.gz hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.tar.bz2 hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.zip |
Add Polish Language Support
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index bfcfe94..1de2eae 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,7 +10,7 @@ ignoreErrors = ["error-disable-taxonomy"] ## Change this two to switch between different language 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 +defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point paginate = 10 |