diff --git a/.eleventy.js b/.eleventy.js index ae6a7ddb..86609794 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -123,7 +123,6 @@ export default async function (eleventyConfig) { noNewlinesBeforeTagClose: true, quoteCharacter: '"', removeComments: true, - removeRedundantAttributes: true, sortAttributes: true, sortClassName: true, useShortDoctype: true, diff --git a/package.json b/package.json index cbe9afaa..3bc913b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "6.9.6", + "version": "6.9.7", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": {