mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +01:00
exampleSite/config.toml: Add multilingual options to example config
This commit is contained in:
parent
5f5f8191df
commit
7272253613
@ -66,3 +66,11 @@ paginate = 5
|
|||||||
#googleplus = true
|
#googleplus = true
|
||||||
#linkedin = true
|
#linkedin = true
|
||||||
#twitter = true
|
#twitter = true
|
||||||
|
|
||||||
|
# Default content language for Hugo 0.17's multilingual support (default is "en")
|
||||||
|
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
|
||||||
|
#DefaultContentLanguage = "en"
|
||||||
|
|
||||||
|
# Languages to render
|
||||||
|
#[languages.en]
|
||||||
|
#[languages.bg]
|
||||||
|
Loading…
Reference in New Issue
Block a user