From 8f86de2246b441bbdc64bac5e70e2d4eb4ad29a4 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Fri, 20 Sep 2024 17:15:06 +0200 Subject: [PATCH] consolidate layouts and includes --- {_layouts => _includes}/page.njk | 0 eleventy.config.js | 1 - 2 files changed, 1 deletion(-) rename {_layouts => _includes}/page.njk (100%) diff --git a/_layouts/page.njk b/_includes/page.njk similarity index 100% rename from _layouts/page.njk rename to _includes/page.njk diff --git a/eleventy.config.js b/eleventy.config.js index b947469..5645587 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -42,7 +42,6 @@ module.exports = function(eleventyConfig) { dir: { input: "content", includes: "../_includes", - layouts: "../_layouts", data: "../_data", }, pathPrefix: `/${year}/`,