fix: escape njk output

This commit is contained in:
Devin Haska 2024-03-05 12:06:51 -08:00
parent 651123f588
commit 243ddf3768

View file

@ -283,7 +283,7 @@ But wait... I can keep going... take for example my `/catalogue/books` folder. T
module.exports = { module.exports = {
layout: "layouts/catalogue-item", layout: "layouts/catalogue-item",
tags: "book", tags: "book",
permalink: "catalogue/books/{{ page.fileSlug }}/index.html", permalink: "catalogue/books/{% raw %}{{ page.fileSlug }}{% endraw %}/index.html",
linkTitle: "View book details", linkTitle: "View book details",
eleventyComputed: { eleventyComputed: {
tertiary: (data) => tertiary: (data) =>