fix: [rss] default feed was feed.xml (and not index.xml)

pull/56/head
Alexandre Dulaunoy 2022-02-01 09:49:15 +01:00
parent 2f52cc6b30
commit 23f0b8a2f6
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ paginate = 20
disablePathToLower = "True"
[outputFormats]
[outputFormats.RSS]
mediatype= "application/rss"
baseName= "feed"
[menu]
@ -496,4 +501,4 @@ disablePathToLower = "True"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
unsafe = true