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

github.com/gethugothemes/omega-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-03-24 06:32:35 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-03-24 06:32:35 +0300
commit282b3c36e50abe3a8f7c3eaccb9ca568118d2b20 (patch)
tree6a693f8bd4579dd3067f4de583da9eeecb6c72f0
parentf56a018875bda5a210db052fd235aadbdc14717d (diff)
modified navigation
-rw-r--r--exampleSite/config.toml22
1 files changed, 14 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a549cc4..f1e5bab 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,28 +10,34 @@ unsafe= true
######################### navigation ##############################
[[menu.main]]
+name = "Home"
+pre = ""
+url = "/"
+weight = 1
+
+[[menu.main]]
name = "About"
pre = "#"
-URL = "mission"
-weight = 1
+url = "mission"
+weight = 2
[[menu.main]]
name = "Products"
pre = "#"
-URL = "products"
-weight = 2
+url = "products"
+weight = 3
[[menu.main]]
name = "Career"
pre = ""
-URL = "career"
-weight = 3
+url = "career"
+weight = 4
[[menu.main]]
name = "Contact"
pre = "#"
-URL = "contact"
-weight = 4
+url = "contact"
+weight = 5
#################### default parameters ################################