Update atom mimetype
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ca778ad555
commit
63a7cbb683
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ post = "/:year/:month/:slug/"
|
||||||
posts = "/:year/:month/:slug/"
|
posts = "/:year/:month/:slug/"
|
||||||
|
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
[mediaTypes."application/atom"]
|
[mediaTypes."application/xml+atom"]
|
||||||
suffixes = ["xml"]
|
suffixes = ["xml"]
|
||||||
|
|
||||||
[outputFormats.Atom]
|
[outputFormats.Atom]
|
||||||
mediaType = "application/atom"
|
mediaType = "application/xml+atom"
|
||||||
baseName = "index"
|
baseName = "index"
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue