From fee9426d13bc7486ac5c3e4a9705a9cc044d762d Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 9 Jul 2021 12:31:16 +0200 Subject: [PATCH] Fix tag taxonomy in config. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c6aebd7..b00b550 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,7 @@ enableGitInfo = true menu_bottom = "Contact" [taxonomies] - tags = "tags" + tag = "tags" [author] name = "tastytea"