From e0971815db92efb2022d7ce991946667ac9e032d Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 19 Nov 2023 12:47:12 +0100 Subject: [PATCH] fixing tootpick output in config.toml --- config/_default/config.toml | 3 ++- layouts/{tootpick.html => home.tootpick.html} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename layouts/{tootpick.html => home.tootpick.html} (100%) diff --git a/config/_default/config.toml b/config/_default/config.toml index 1f8823c..a44fe91 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -40,7 +40,8 @@ summaryLength = 0 [outputFormats.Tootpick] mediaType = "text/html" basename = "tootpick" - isPlainText = true + isPlainText = false + isHTML = true notAlternative = true [outputs] diff --git a/layouts/tootpick.html b/layouts/home.tootpick.html similarity index 100% rename from layouts/tootpick.html rename to layouts/home.tootpick.html