fix: case fix on menu

main
CrimsonTome 2023-02-20 15:03:10 +00:00 committed by Rowan Clark
parent 7ae3f230ef
commit 2901fa1a0a
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 4 additions and 4 deletions

View File

@ -36,16 +36,16 @@ author = "CrimsonTome"
menu_items = [
# each of these is optional, name and url are required
# $BASE_URL is going to be substituted by base_url from configuration
{name = "blog", url = "$BASE_URL"},
{name = "Blog", url = "$BASE_URL"},
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
# {name = "tags", url = "$BASE_URL/tags"},
{name = "archive", url = "$BASE_URL/archive"},
{name = "about me", url = "$BASE_URL/about"},
{name = "Archive", url = "$BASE_URL/archive"},
{name = "About me", url = "$BASE_URL/about"},
{name = "My stack", url= "$BASE_URL/stack"},
# set newtab to true to make the link open in new tab
{name = "github", url = "https://github.com/crimsontome", newtab = true},
{name = "GitHub", url = "https://github.com/crimsontome", newtab = true},
]
#enable tags