From 4e5af820527d87eddad3634d2ab9ad53fd67bd49 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 27 Nov 2021 23:43:39 +0000 Subject: [PATCH] fix taxonomy page generation --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 931902e..252bed8 100644 --- a/config.toml +++ b/config.toml @@ -14,7 +14,7 @@ PygmentsStyle = "tango" enableInlineShortcodes = true enableGitInfo = true -[indexes] +[taxonomies] tag = "tags" topic = "topics"