Escape page title
This commit is contained in:
parent
a048665d1e
commit
d3d9ad6492
|
@ -4,7 +4,7 @@ export default {
|
||||||
hasBreadcrumbs: true,
|
hasBreadcrumbs: true,
|
||||||
articleElement: true,
|
articleElement: true,
|
||||||
eleventyComputed: {
|
eleventyComputed: {
|
||||||
title: "{{ pageTitle }} | Resources",
|
title: "{{ pageTitle | safe }} | Resources",
|
||||||
eleventyNavigation: {
|
eleventyNavigation: {
|
||||||
key: "{{ pageTitle }}",
|
key: "{{ pageTitle }}",
|
||||||
parent: "KotOR Resources"
|
parent: "KotOR Resources"
|
||||||
|
|
Loading…
Reference in New Issue