2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 04:03:25 +00:00

fix(website): page refs on navbar

This commit is contained in:
TorchedSammy 2022-06-22 15:33:38 -04:00
parent a6aa58f8fb
commit 50fbe72aa2
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -12,12 +12,12 @@ theme = 'hsh'
[[menu.nav]]
identifier = 'install'
name = 'Install'
pageref = '/install/'
pageref = '/install'
weight = 2
[[menu.nav]]
identifier = 'docs'
name = 'Docs'
pageref = '/docs/'
pageref = '/docs'
weight = 3
[markup.goldmark.renderer]