diff options
author | Francesco Maida | 2021-04-15 12:22:05 +0200 |
---|---|---|
committer | Francesco Maida | 2021-04-15 12:22:05 +0200 |
commit | bbddd30d94888d61af03b14d7451c802e458963a (patch) | |
tree | dedea958d534a5b30d1f15c89205191e35d24058 /exampleSite | |
parent | 17629987d294e8dd9afae5ec6317a20550e3bd17 (diff) | |
download | hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.tar.gz hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.tar.bz2 hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.zip |
Italian language added
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 1de2eae..378d3a9 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, pl +defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point paginate = 10 |