Skip to content

Commit

Permalink
Merge pull request #109 from natebass/main
Browse files Browse the repository at this point in the history
Fix templates not rendering
  • Loading branch information
natebass authored Aug 10, 2023
2 parents b1f8d40 + 2d78340 commit 67939f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ const eleventyConfig = config => {
config.addPassthroughCopy("css");
config.addPassthroughCopy("images");
config.addPassthroughCopy("js");
return {
htmlTemplateEngine: "njk",
templateFormats: ["html", "md"],
dir: {
includes: "_includes",
layouts: "_layouts"
}
}
}

module.exports = eleventyConfig
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"url": "git+https://github.com/code4sac/codeforsacramento.org.git"
},
"keywords": [],
"author": {
"name": "Code for Sacramento",
"email": "[email protected]",
"url": "https://codeforsacramento.org"
},
"author": {
"name": "Code for Sacramento",
"email": "[email protected]",
"url": "https://codeforsacramento.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/code4sac/codeforsacramento.org/issues"
Expand Down

0 comments on commit 67939f9

Please sign in to comment.