fix: escape njk output
This commit is contained in:
parent
651123f588
commit
243ddf3768
1 changed files with 1 additions and 1 deletions
|
@ -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) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue