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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-02 18:46:12 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-02 18:46:12 +0300
commitd8411e14f4464ad55a8246e5c3bd08e0b8c6f5da (patch)
tree25d6f2f78b8930e5fbc7f8f42b34d25259a95660
parent1687233091daa1cbb838b331327b4f3c458e3d34 (diff)
Fix default language error
-rw-r--r--exampleSite/config.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1c6d0d0..f948c92 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,4 @@
-# Site's URL
baseURL = "http://yurizal-san.com/"
-# Site's Name
title = "Manis"
theme = "manis"
# Copyright notice. Note: You can use HTML tag here
@@ -11,6 +9,8 @@ paginate = 10
canonifyURL = true
# Your disqus shortname
disqusShortname = ""
+# Edit this if you want to translate your blog
+defaultContentLanguage = "en"
[taxonomies]
tag = "tags"
@@ -59,8 +59,6 @@ disqusShortname = ""
# Language Configuration
-defaultContentLanguage = "en"
-# Edit this if you want to translate your blog
#[languages.in]
# lang = "in"
# languageName = "Bahasa Indonesia"