mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 05:05:20 +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"],
|
templateFormats: ["njk", "md", "11ty.js"],
|
||||||
htmlTemplateEngine: "njk",
|
htmlTemplateEngine: "njk",
|
||||||
markdownTemplateEngine: "njk",
|
markdownTemplateEngine: false,
|
||||||
passthroughFileCopy: true,
|
passthroughFileCopy: true,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"tags": "note",
|
"tags": "note",
|
||||||
"templateEngineOverride": "njk,md"
|
"templateEngineOverride": "md"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user