chore: remove tag support for now
parent
952391a090
commit
6e7f632d20
|
@ -40,7 +40,7 @@ menu_items = [
|
||||||
|
|
||||||
# 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"},
|
||||||
|
|
||||||
|
@ -49,9 +49,9 @@ menu_items = [
|
||||||
]
|
]
|
||||||
|
|
||||||
#enable tags
|
#enable tags
|
||||||
taxonomies = [
|
#taxonomies = [
|
||||||
{name = "tags"},
|
# {name = "tags"},
|
||||||
]
|
#]
|
||||||
|
|
||||||
|
|
||||||
#enable full unicode support
|
#enable full unicode support
|
||||||
|
|
Loading…
Reference in New Issue