From c5652e033be73e8fe3d4d2ae987e3bb42dece6f2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 12 Nov 2023 18:27:44 -0800 Subject: [PATCH] Change Atom, RSS outputs to plain text --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 13362b7c..f7a7d754 100644 --- a/hugo.toml +++ b/hugo.toml @@ -90,7 +90,7 @@ includeFiles = ["katex.min.js"] [outputformats.atom] basename = "atom" ishtml = false -isplaintext = false +isplaintext = true mediatype = "application/atom+xml" name = "atom" nougly = true @@ -100,7 +100,7 @@ rel = "alternate" [outputformats.rss] basename = "rss" ishtml = false -isplaintext = false +isplaintext = true mediatype = "application/rss+xml" name = "rss" nougly = true