mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
Nunjuck shouldn't render the markdown from notes
This commit is contained in:
parent
830855d6e9
commit
ea4a85ac76
@ -494,7 +494,7 @@ module.exports = function (eleventyConfig) {
|
||||
},
|
||||
templateFormats: ["njk", "md", "11ty.js"],
|
||||
htmlTemplateEngine: "njk",
|
||||
markdownTemplateEngine: "njk",
|
||||
markdownTemplateEngine: false,
|
||||
passthroughFileCopy: true,
|
||||
};
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"tags": "note",
|
||||
"templateEngineOverride": "njk,md"
|
||||
}
|
||||
"templateEngineOverride": "md"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user