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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2018-07-12 15:22:52 +0300
committerBala Ramadurai <bala@balaramadurai.net>2018-07-12 15:22:52 +0300
commitc3bcd1c65186439f1e1dbcbd8db9f2565fc31c0c (patch)
tree09e84d57b34de3521294a3aa0f288c2cf3701af0
parent5c952d09fea9d2fa9e1187577ef47265de3f5909 (diff)
issue of menu capitalization - hot and cold
- https://github.com/balaramadurai/hugo-travelify-theme/issues/10 - Menu remains as such if it is the main menu entry, however, first letter is capitalized if it is a sub-menu - The issue remains with hugo and not my theme, unfortunately
-rw-r--r--exampleSite/config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b8e631d..153ebe3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,19 +33,19 @@ canonifyURLs = true
[[menu.main]]
- name = "About"
+ name = "iOS"
url = "/about/"
weight = 10
[[menu.main]]
- name = "Contact"
+ name = "contact"
url = "/contact/"
weight = 20
[[menu.main]]
name = "Contact2"
url = "/contact/"
- parent = "Contact"
+ parent = "contact"
[[menu.main]]
name = "Contact21"
@@ -54,15 +54,15 @@ canonifyURLs = true
weight = 20
[[menu.main]]
- name = "Contact22"
+ name = "cOntact22"
url = "/contact/"
parent = "Contact2"
weight = 10
[[menu.main]]
- name = "Contact3"
+ name = "cOntact3"
url = "/contact/"
- parent = "Contact"
+ parent = "contact"
[params.share]
enable = true