11ty / eleventy-plugin-rss

A pack of Eleventy plugins for generating an RSS feed.
https://www.11ty.dev/docs/plugins/rss/
MIT License
92 stars 22 forks source link

Unable to call `absoluteUrl`, which is undefined or falsey #10

Closed sarunw closed 5 years ago

sarunw commented 5 years ago

I can't use absoluteUrl in my .njk

Any extra step I need to be able to use this? I add this to .eleventy.js and package.json

const pluginRss = require("@11ty/eleventy-plugin-rss");

module.exports = function(eleventyConfig) {
  eleventyConfig.addPlugin(pluginRss);
}