rss is now atom format
This commit is contained in:
parent
ba690649c0
commit
d2a2aa490f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ module.exports = function(eleventyConfig) {
|
||||||
);
|
);
|
||||||
|
|
||||||
eleventyConfig.addPlugin(feedPlugin, {
|
eleventyConfig.addPlugin(feedPlugin, {
|
||||||
type: "rss",
|
type: "atom",
|
||||||
outputPath: "/blog/rss",
|
outputPath: "/blog/rss",
|
||||||
collection: {
|
collection: {
|
||||||
name: "posts",
|
name: "posts",
|
||||||
|
|
Loading…
Add table
Reference in a new issue