From 6dd03faeb519742c9dfb32ed1dd3466ced19e389 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 9 Dec 2023 00:37:22 +0100 Subject: [PATCH] re-add categories taxonomy to let users filter for either category also should remove 404 error when clicking category links in /posts --- config/_default/taxonomies.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/_default/taxonomies.toml b/config/_default/taxonomies.toml index b6c18ac..873f30e 100644 --- a/config/_default/taxonomies.toml +++ b/config/_default/taxonomies.toml @@ -1,2 +1,4 @@ tag = "tags" +category = "categories" +