fix: case fix on menu
parent
7ae3f230ef
commit
2901fa1a0a
|
@ -36,16 +36,16 @@ author = "CrimsonTome"
|
||||||
menu_items = [
|
menu_items = [
|
||||||
# each of these is optional, name and url are required
|
# each of these is optional, name and url are required
|
||||||
# $BASE_URL is going to be substituted by base_url from configuration
|
# $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
|
# tags should only be enabled if you have "tags" taxonomy
|
||||||
# see documentation below for more details
|
# see documentation below for more details
|
||||||
# {name = "tags", url = "$BASE_URL/tags"},
|
# {name = "tags", url = "$BASE_URL/tags"},
|
||||||
{name = "archive", url = "$BASE_URL/archive"},
|
{name = "Archive", url = "$BASE_URL/archive"},
|
||||||
{name = "about me", url = "$BASE_URL/about"},
|
{name = "About me", url = "$BASE_URL/about"},
|
||||||
{name = "My stack", url= "$BASE_URL/stack"},
|
{name = "My stack", url= "$BASE_URL/stack"},
|
||||||
# set newtab to true to make the link open in new tab
|
# 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
|
#enable tags
|
||||||
|
|
Loading…
Reference in New Issue