Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschuster-rainer <rainerschuster79@gmail.com>2017-03-08 23:12:25 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-03-09 12:35:41 +0300
commitb1aac09cc12ee135a88321e9ea0f87c4bcab40da (patch)
treeb9d4187ae5d3ac3fec62c1fe733b646891e41948 /exampleSite
parent26417ca94db0a5776a1052516721154d047f0953 (diff)
Added defaultContentLangage to exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 62a128b..6018dff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,8 @@ baseurl = "https://example.org"
title = "Universal"
theme = "hugo-universal-theme"
languageCode = "en-us"
+# Site language. Available translations: en, de
+defaultContentLanguage = "en"
# Enable comments by entering your Disqus shortname
disqusShortname = "devcows"
# Enable Google Analytics by entering your tracking code