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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default/menus.de.toml')
-rw-r--r--exampleSite/config/_default/menus.de.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/exampleSite/config/_default/menus.de.toml b/exampleSite/config/_default/menus.de.toml
index 55e7a40..51c66fe 100644
--- a/exampleSite/config/_default/menus.de.toml
+++ b/exampleSite/config/_default/menus.de.toml
@@ -6,22 +6,22 @@ weight = 1
[[main]]
name = "Blog"
-url = "blog"
+url = "blog/"
weight = 2
[[main]]
name = "Pricing"
-url = "pricing"
+url = "pricing/"
weight = 3
[[main]]
name = "Contact"
-url = "contact"
+url = "contact/"
weight = 4
[[main]]
name = "FAQ"
-url = "faq"
+url = "faq/"
weight = 5
# footer menu left
@@ -35,13 +35,13 @@ url = "#"
[[footer_left]]
name = "Pricing"
-url = "pricing"
+url = "pricing/"
# footer menu middle
[[footer_middle]]
name = "Pricing"
-url = "pricing"
+url = "pricing/"
[[footer_middle]]
name = "Platform"
@@ -54,12 +54,12 @@ url = "#"
# footer menu right
[[footer_right]]
name = "Privacy Policy"
-url = "privacy-policy"
+url = "privacy-policy/"
[[footer_right]]
name = "Terms & Conditions"
-url = "terms-conditions"
+url = "terms-conditions/"
[[footer_right]]
name = "FAQ"
-url = "faq" \ No newline at end of file
+url = "faq/" \ No newline at end of file