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