sigh - convert everything to Liquid templates (instead of Pug) since it is first-class supported in Eleventy
This commit is contained in:
@@ -29,6 +29,10 @@ const setupPlugins = eleventyConfig => {
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
eleventyConfig.addLiquidFilter('dateToRfc822', rssPlugin.dateToRfc822)
|
||||
eleventyConfig.addLiquidFilter('dateToRfc3339', rssPlugin.dateToRfc3339)
|
||||
eleventyConfig.addLiquidFilter('getNewestCollectionItemDate', rssPlugin.getNewestCollectionItemDate)
|
||||
}
|
||||
|
||||
export default function (eleventyConfig) {
|
||||
|
||||
Reference in New Issue
Block a user