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:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-03 15:08:14 +0300
committerGitHub <noreply@github.com>2019-11-03 15:08:14 +0300
commit76b9c91c5f5e01651ab8501a08b32876813b7da6 (patch)
treec3d5dfe523e372358ede16f0da3b29ac7d4ced58 /exampleSite
parent4ffb4c4460434442c524674d48571411c53d2a9b (diff)
Update pagination menu on guest page for mobile (#221)
Fixes ##217 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6ebef71..8b65c7e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,22 +19,22 @@ paginate = "9"
[[Menu.Main]]
name = "About"
identifier = "about"
- url = "about"
+ url = "/about"
[[Menu.Main]]
name = "Contact"
identifier = "contact"
- url = "contact"
+ url = "/contact"
[[Menu.Main]]
name = "Hosts"
identifier = "hosts"
- url = "host"
+ url = "/host"
[[Menu.Main]]
name = "Guests"
identifier = "guests"
- url = "guest"
+ url = "/guest"
[[Menu.Main]]
name = "Resources"
@@ -44,12 +44,12 @@ paginate = "9"
[[Menu.Main]]
name = "Books"
identifier = "books"
- url = "books"
+ url = "/books"
parent = "resources"
[[Menu.Main]]
name = "Podcasts"
identifier = "podcasts"
- url = "books"
+ url = "/books"
parent = "resources"
[params]