Remove default output format values

This commit is contained in:
Will Faught
2023-11-12 18:29:32 -08:00
parent c5652e033b
commit 5109ad8bde

View File

@@ -89,20 +89,14 @@ includeFiles = ["katex.min.js"]
[outputformats.atom] [outputformats.atom]
basename = "atom" basename = "atom"
ishtml = false
isplaintext = true isplaintext = true
mediatype = "application/atom+xml" mediatype = "application/atom+xml"
name = "atom" name = "atom"
nougly = true nougly = true
permalinkable = false
rel = "alternate"
[outputformats.rss] [outputformats.rss]
basename = "rss" basename = "rss"
ishtml = false
isplaintext = true isplaintext = true
mediatype = "application/rss+xml" mediatype = "application/rss+xml"
name = "rss" name = "rss"
nougly = true nougly = true
permalinkable = false
rel = "alternate"