chore: remove tag support for now

main
CrimsonTome 2023-02-17 00:22:12 +00:00 committed by Rowan Clark
parent 952391a090
commit 6e7f632d20
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 4 additions and 4 deletions

View File

@ -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