diff --git a/.eleventy.js b/.eleventy.js index 6b07476..362147c 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,4 +1,3 @@ -import svgContents from "eleventy-plugin-svg-contents"; import htmlnano from "htmlnano"; import { eleventyImageTransformPlugin } from "@11ty/eleventy-img"; import postcssMixins from "postcss-mixins"; @@ -30,8 +29,6 @@ export default function (eleventyConfig) { }, }); - eleventyConfig.addPlugin(svgContents); - eleventyConfig.addTransform("htmlnano", async (content, outputPath) => { if (!outputPath.endsWith("html")) return content; diff --git a/package.json b/package.json index 4d1d267..8e691fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "cryptify": "^4.1.2", "cssnano": "^7.0.1", "dotenv": "^8.2.0", - "eleventy-plugin-svg-contents": "^0.7.0", "glob": "^7.1.6", "glyphhanger": "^5.0.0", "htmlnano": "^2.1.1", diff --git a/src/_includes/components/social-media-icons.webc b/src/_includes/components/social-media-icons.webc index 9a35262..e53860d 100644 --- a/src/_includes/components/social-media-icons.webc +++ b/src/_includes/components/social-media-icons.webc @@ -1,28 +1,36 @@