diff --git a/index.js b/index.js index f05e4ad..b82a66d 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,10 @@ export default class BlogrollEndpoint { return path.join(__dirname, "locales"); } + get viewsDirectory() { + return path.join(__dirname, "views"); + } + get navigationItems() { return { href: this.options.mountPath, diff --git a/package.json b/package.json index dcaf96d..238e360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-blogroll", - "version": "1.0.0", + "version": "1.0.1", "description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.", "keywords": [ "indiekit",