Skip to content

Commit

Permalink
Add config for Jekyll layouts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed May 1, 2020
1 parent 349f14c commit 6b2582f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eleventy.js
@@ -1,5 +1,7 @@
module.exports = (eleventyConfig) => {
return {
dir: {},
dir: {
layouts: "_layouts",
},
}
}

0 comments on commit 6b2582f

Please sign in to comment.