From 243ddf3768705293ff0f111ce7ac74183631939a Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 5 Mar 2024 12:06:51 -0800 Subject: [PATCH] fix: escape njk output --- src/posts/2024-03-02-version-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2024-03-02-version-3.md b/src/posts/2024-03-02-version-3.md index dbdd133..73d305b 100644 --- a/src/posts/2024-03-02-version-3.md +++ b/src/posts/2024-03-02-version-3.md @@ -283,7 +283,7 @@ But wait... I can keep going... take for example my `/catalogue/books` folder. T module.exports = { layout: "layouts/catalogue-item", tags: "book", - permalink: "catalogue/books/{{ page.fileSlug }}/index.html", + permalink: "catalogue/books/{% raw %}{{ page.fileSlug }}{% endraw %}/index.html", linkTitle: "View book details", eleventyComputed: { tertiary: (data) =>