From 2adca7b085c0baaea503588616f28ccfc9995c99 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Mon, 6 Mar 2023 08:35:40 +0100 Subject: [PATCH] Remove layout from files to add. It is already added to filesToModify --- plugin-info.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugin-info.json b/plugin-info.json index a568c9c..7e43408 100644 --- a/plugin-info.json +++ b/plugin-info.json @@ -12,8 +12,7 @@ "src/site/img/tree-1.svg", "src/site/img/tree-2.svg", "src/site/img/tree-3.svg", - "src/helpers/userUtils.js", - "src/site/_includes/layouts/index.njk" + "src/helpers/userUtils.js" ], "filesToModify": [ ".eleventy.js", @@ -63,4 +62,4 @@ "src/site/_data/eleventyComputed.js", "src/site/graph.njk" ] -} \ No newline at end of file +}