Navbar Titlecase fix (#270)

This commit is contained in:
Vamsi Krishna 2021-04-07 11:39:24 +05:30 committed by GitHub
parent 811d9635a2
commit f54f6e0492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,43 +8,43 @@ theme = "shared-bulma-theme"
paginate = 20 paginate = 20
[[menu.main]] [[menu.main]]
name = "blog" name = "Blog"
weight = 1 weight = 1
identifier = "blog" identifier = "blog"
url = "/entry" url = "/entry"
[[menu.main]] [[menu.main]]
name = "download" name = "Download"
weight = 2 weight = 2
identifier = "download" identifier = "download"
url = "/downloads" url = "/downloads"
[[menu.main]] [[menu.main]]
name = "faq" name = "FAQs"
weight = 3 weight = 3
identifier = "faq" identifier = "faq"
url = "/wiki/faq" url = "/wiki/faq"
[[menu.main]] [[menu.main]]
name = "compatibility" name = "Compatibility"
weight = 4 weight = 4
identifier = "compatibility" identifier = "compatibility"
url = "/game" url = "/game"
[[menu.main]] [[menu.main]]
name = "screenshots" name = "Screenshots"
weight = 5 weight = 5
identifier = "screenshots" identifier = "screenshots"
url = "/screenshots" url = "/screenshots"
[[menu.main]] [[menu.main]]
name = "patreon" name = "Patreon"
weight = 6 weight = 6
identifier = "patreon" identifier = "patreon"
url = "https://www.patreon.com/yuzuteam" url = "https://www.patreon.com/yuzuteam"
[[menu.main]] [[menu.main]]
name = "profile" name = "Profile"
weight = 7 weight = 7
identifier = "profile" identifier = "profile"
url = "https://profile.yuzu-emu.org" url = "https://profile.yuzu-emu.org"