Skip to content

Commit 2cda19d

Browse files
Removing the upgrade stuff
1 parent 2a869e3 commit 2cda19d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eleventy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ const md = require("markdown-it")({
1010
typographer: true,
1111
});
1212
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
13-
const inclusiveLangPlugin = require("@11ty/eleventy-plugin-inclusive-language");
1413
const pluginRss = require("@11ty/eleventy-plugin-rss");
15-
const UpgradeHelper = require("@11ty/eleventy-upgrade-help");
1614

1715
module.exports = function(eleventyConfig) {
1816
const VOTE_TYPES = ['like-of', 'bookmark-of', 'mention-of'];
@@ -527,8 +525,6 @@ module.exports = function(eleventyConfig) {
527525
eleventyConfig.addPlugin(syntaxHighlight);
528526

529527
eleventyConfig.addPlugin(pluginRss);
530-
531-
eleventyConfig.addPlugin(UpgradeHelper);
532528

533529
return {
534530
templateFormats: ["md", "njk", "html", "liquid"],

0 commit comments

Comments
 (0)