feat: made default markdown not use the measurements plugin
This commit is contained in:
parent
63bd438e45
commit
2cbd931e99
5 changed files with 31 additions and 18 deletions
|
|
@ -218,6 +218,7 @@ const isNewestVersion = (filePath) => {
|
|||
module.exports = {
|
||||
layout: "recipe.njk",
|
||||
tags: ["recipe"],
|
||||
templateEngineOverride: "njk",
|
||||
eleventyComputed: {
|
||||
recipeSlug: (data) => {
|
||||
return getSlugFromPath(data.page.inputPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue