diff options
author | tdro <tdro@noreply.example.com> | 2022-05-17 04:22:38 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-17 04:22:38 -0400 |
commit | bf1d45824563376491c721d36051545fceb1c10a (patch) | |
tree | 645a7eadd705f7961f49a7737f2a3925f7652788 /config.yaml | |
parent | efebd74d531e87d7dfb1bec88ab3969eae5c99c7 (diff) | |
download | canory-bf1d45824563376491c721d36051545fceb1c10a.tar.gz canory-bf1d45824563376491c721d36051545fceb1c10a.tar.bz2 canory-bf1d45824563376491c721d36051545fceb1c10a.zip |
themes/default/layouts/_default/rss: Style feed
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 4b00fed..be1b7d8 100644 --- a/config.yaml +++ b/config.yaml @@ -102,6 +102,11 @@ params: bing: yandex: +mediaTypes: + application/xslt+xml: + suffixes: + - xsl + outputFormats: html: baseName: index @@ -111,7 +116,10 @@ outputFormats: mediaType: application/json rss: baseName: rss - mediaType: application/xml + mediaType: application/rss+xml + rss-style: + baseName: rss + mediaType: application/xslt+xml authors: path: authors baseName: index @@ -139,6 +147,7 @@ outputs: home: - html - rss + - rss-style - json - authors - sources |