mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Fix Navbar Capitalization
This commit is contained in:
parent
a1484edf76
commit
6a73370dc7
|
@ -8,43 +8,43 @@ theme = "shared-bulma-theme"
|
|||
paginate = 20
|
||||
|
||||
[[menu.main]]
|
||||
name = "blog"
|
||||
name = "Blog"
|
||||
weight = 1
|
||||
identifier = "blog"
|
||||
url = "/entry"
|
||||
|
||||
[[menu.main]]
|
||||
name = "download"
|
||||
name = "Download"
|
||||
weight = 2
|
||||
identifier = "download"
|
||||
url = "/downloads"
|
||||
|
||||
[[menu.main]]
|
||||
name = "faq"
|
||||
name = "FAQs"
|
||||
weight = 3
|
||||
identifier = "faq"
|
||||
url = "/wiki/faq"
|
||||
|
||||
[[menu.main]]
|
||||
name = "compatibility"
|
||||
name = "Compatibility"
|
||||
weight = 4
|
||||
identifier = "compatibility"
|
||||
url = "/game"
|
||||
|
||||
[[menu.main]]
|
||||
name = "screenshots"
|
||||
name = "Screenshots"
|
||||
weight = 5
|
||||
identifier = "screenshots"
|
||||
url = "/screenshots"
|
||||
|
||||
[[menu.main]]
|
||||
name = "patreon"
|
||||
name = "Patreon"
|
||||
weight = 6
|
||||
identifier = "patreon"
|
||||
url = "https://www.patreon.com/yuzuteam"
|
||||
|
||||
[[menu.main]]
|
||||
name = "profile"
|
||||
name = "Profile"
|
||||
weight = 7
|
||||
identifier = "profile"
|
||||
url = "https://profile.yuzu-emu.org"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 593a1003f2891ca1625d79bbf28f9e90dda2ec35
|
||||
Subproject commit 08055d9f354faa1df65156cb2b4cf0cab92a21c6
|
Loading…
Reference in a new issue