Fix issue rendering title

This commit is contained in:
Leilukin 2024-04-19 20:05:38 +08:00 committed by Helen Chong
parent 730be0bb8d
commit 354553350b

View File

@ -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"
} }
} }