Skip to content

Commit

Permalink
Nunjuck shouldn't render the markdown from notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild committed Sep 21, 2023
1 parent 830855d commit ea4a85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ module.exports = function (eleventyConfig) {
},
templateFormats: ["njk", "md", "11ty.js"],
htmlTemplateEngine: "njk",
markdownTemplateEngine: "njk",
markdownTemplateEngine: false,
passthroughFileCopy: true,
};
};
4 changes: 2 additions & 2 deletions src/site/notes/notes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tags": "note",
"templateEngineOverride": "njk,md"
}
"templateEngineOverride": "md"
}

0 comments on commit ea4a85a

Please sign in to comment.