Fix issue rendering title
This commit is contained in:
parent
730be0bb8d
commit
354553350b
@ -5,7 +5,7 @@
|
||||
"eleventyComputed": {
|
||||
"title": "{{ articleTitle }} | Articles",
|
||||
"eleventyNavigation": {
|
||||
"key": "{{ articleTitle or title }}",
|
||||
"key": "{{ articleTitle }}",
|
||||
"parent": "KotOR Articles"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user