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