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

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-29 18:28:00 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-29 18:28:00 +0300
commitce91308b5d36cd1d888948f517543fa0a335f3fa (patch)
treec189dfbb835001c1b9a29d6ef16e4b20d2b54d26
parentebaa418f76e24b0417387f9afb1540a0ec1cfd24 (diff)
remove leading slash from menu
-rw-r--r--exampleSite/config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c1c7de9..c815fb5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -69,15 +69,15 @@ theme = "health-science-journal"
[[menu.main]]
weight = 2
name = "Articles"
- url = "/current"
+ url = "current"
[[menu.main]]
weight = 3
name = "Archives"
- url = "/article"
+ url = "article"
[[menu.main]]
weight = 4
name = "Submit"
- url = "/about/submissions"
+ url = "about/submissions"
[[menu.main]]
weight = 5
name = "About"
@@ -85,17 +85,17 @@ theme = "health-science-journal"
[[menu.main]]
parent = "About"
name = "About the Journal"
- url = "/about/journal"
+ url = "about/journal"
weight = 6
[[menu.main]]
parent = "About"
name = "Editorial Team"
- url = "/about/editorialTeam"
+ url = "about/editorial-team"
weight = 7
[[menu.main]]
parent = "About"
name = "Contact"
- url = "/contact"
+ url = "contact"
weight = 8
# Output formats