Move eleventy layout into separate folder

This commit is contained in:
Sam Carlton 2021-01-19 22:34:40 -06:00
parent 6abb89b7a8
commit 4c990f4917
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ module.exports = function ( eleventyConfig ) {
// Relative to input directory.
data: '../static',
layouts: '../layouts'
layouts: '../layouts-eleventy'
}
}
}