Change Atom, RSS outputs to plain text
This commit is contained in:
@@ -90,7 +90,7 @@ includeFiles = ["katex.min.js"]
|
|||||||
[outputformats.atom]
|
[outputformats.atom]
|
||||||
basename = "atom"
|
basename = "atom"
|
||||||
ishtml = false
|
ishtml = false
|
||||||
isplaintext = false
|
isplaintext = true
|
||||||
mediatype = "application/atom+xml"
|
mediatype = "application/atom+xml"
|
||||||
name = "atom"
|
name = "atom"
|
||||||
nougly = true
|
nougly = true
|
||||||
@@ -100,7 +100,7 @@ rel = "alternate"
|
|||||||
[outputformats.rss]
|
[outputformats.rss]
|
||||||
basename = "rss"
|
basename = "rss"
|
||||||
ishtml = false
|
ishtml = false
|
||||||
isplaintext = false
|
isplaintext = true
|
||||||
mediatype = "application/rss+xml"
|
mediatype = "application/rss+xml"
|
||||||
name = "rss"
|
name = "rss"
|
||||||
nougly = true
|
nougly = true
|
||||||
|
Reference in New Issue
Block a user