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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-28 09:40:26 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-28 09:40:26 +0300
commit1ba3deb66ff0015a4b7cc58ecf8f6cc0a55da9fc (patch)
tree36ea706197a2e01a1ae3d7a5335527a73631fb51 /exampleSite
parentb4c734f9d845231025817c5fe661b940dae81ec2 (diff)
Fixed https://github.com/gohugoio/hugoThemes/issues/858
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c10a525..a95e7c3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
baseURL = "http://example.org/"
-DefaultContentLanguage = "en" // Theme's display language, supports: en, fr, zh, zh-hant
+DefaultContentLanguage = "en" # Theme's display language, supports: en, fr, zh, zh-hant
languageCode = "en-us"
title = "A Hugo Site"
copyright = "This is a customized copyright."
@@ -46,4 +46,4 @@ weight = 1
[[menu.main]]
url = "/index.xml"
name = "RSS Feed"
-weight = 4 \ No newline at end of file
+weight = 4