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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 06d1dda..69d29b1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,12 +20,12 @@ themesdir = "../.."
[[Menu.Main]]
name = "About"
identifier = "about"
- url = "/about"
+ url = "about"
[[Menu.Main]]
name = "Contact"
identifier = "contact"
- url = "/contact"
+ url = "contact"
[[Menu.Main]]
name = "Resources"
@@ -35,7 +35,7 @@ themesdir = "../.."
[[Menu.Main]]
name = "Books"
identifier = "books"
- url = "/books"
+ url = "books"
parent = "resources"
[params]