Fix issue rendering title
This commit is contained in:
parent
5ade6af6b0
commit
e9c1be54d1
|
@ -5,7 +5,7 @@
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"title": "{{ articleTitle }} | Articles",
|
"title": "{{ articleTitle }} | Articles",
|
||||||
"eleventyNavigation": {
|
"eleventyNavigation": {
|
||||||
"key": "{{ articleTitle or title }}",
|
"key": "{{ articleTitle }}",
|
||||||
"parent": "KotOR Articles"
|
"parent": "KotOR Articles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue