From 834b527fe29bfbd95c8e7b2297e2ae1038889735 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 9 Feb 2025 17:39:48 +0100 Subject: [PATCH] clean config syntax --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 80e016b..4d098b5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -117,7 +117,7 @@ isHTML = true notAlternative = true [outputs] -home = [ "HTML", "gopher", "gemini", "ATOM", "JSON", "HumansTXT", "Tootpick"] +home = [ "HTML", "gopher", "gemini", "ATOM", "JSON", "HumansTXT", "Tootpick" ] section = [ "HTML" ] page = [ "HTML", "gopher", "gemini" ] taxonomy = [ "HTML", "gopher" ]