mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Move eleventy layout into separate folder
This commit is contained in:
parent
6abb89b7a8
commit
4c990f4917
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module.exports = function ( eleventyConfig ) {
|
||||||
|
|
||||||
// Relative to input directory.
|
// Relative to input directory.
|
||||||
data: '../static',
|
data: '../static',
|
||||||
layouts: '../layouts'
|
layouts: '../layouts-eleventy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue