Fix the tags taxonomy.

This commit is contained in:
Jessica Canady 2024-01-07 16:28:09 -05:00
parent 4137ca2531
commit 809082bf7a

View file

@ -17,6 +17,9 @@ build_search_index = true
generate_feed = true
feed_limit = 20
taxonomies = [
{ name = "tags" },
]
[markdown]
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
@ -44,10 +47,6 @@ menu_items = [
{name = "rss", url = "$BASE_URL/rss.xml"}
]
taxonomies = [
{name = "tags"},
]
# Whether to show links to earlier and later links on posts
enable_post_view_navigation = true