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

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2020-05-18 07:17:57 +0300
committersomrat <monnaf37@gmail.com>2020-05-18 07:17:57 +0300
commit23a97fa698b2546970a1df33fd1ad49290644bc7 (patch)
treec731244f503a4c5960f5fc51b308c4bfa7fbeced
parent3280cb7100a2d3e84aed57460c8f751658827eb6 (diff)
modified navigation
-rw-r--r--exampleSite/config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6961e87..222848e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -36,32 +36,32 @@ paginate = 6
[[menu.main]]
name = "About"
URL = "book"
- weight = 2
+ weight = 1
[[menu.main]]
name = "Chapter"
URL = "chapter"
- weight = 3
+ weight = 2
[[menu.main]]
name = "Reviews"
URL = "review"
- weight = 4
+ weight = 3
[[menu.main]]
name = "Author"
URL = "author"
- weight = 5
+ weight = 4
[[menu.main]]
name = "Blog"
URL = "blog"
- weight = 6
+ weight = 5
[[menu.main]]
name = "Contact"
URL = "contact"
- weight = 7
+ weight = 6
#################### default parameters ################################