Change Atom, RSS outputs to plain text

This commit is contained in:
Will Faught
2023-11-12 18:27:44 -08:00
parent d65d97b09a
commit c5652e033b

View File

@@ -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