fix navigation again
This commit is contained in:
parent
d70ce45178
commit
dd5c41f717
1 changed files with 5 additions and 5 deletions
10
config.toml
10
config.toml
|
@ -27,15 +27,15 @@ highlight_theme = "rosepine"
|
|||
logo_text = "CherryKitten"
|
||||
|
||||
menu_items = [
|
||||
{name = "Home", url = "cherrykitten.dev"},
|
||||
{name = "Home", url = "/"},
|
||||
|
||||
{name = "About me", url = "cherrykitten.dev/about"},
|
||||
{name = "About me", url = "/about"},
|
||||
|
||||
{name = "Blog", url = "cherrykitten.dev/blog"},
|
||||
{name = "Blog", url = "/blog"},
|
||||
|
||||
{name = "CV", url = "cherrykitten.dev/cv"},
|
||||
{name = "CV", url = "/cv"},
|
||||
|
||||
{name = "Contact", url = "cherrykitten.dev/contact"},
|
||||
{name = "Contact", url = "/contact"},
|
||||
]
|
||||
|
||||
page_titles = "combined"
|
||||
|
|
Loading…
Reference in a new issue