Use title for navigation key if articleTItle is not available

This commit is contained in:
Leilukin 2024-04-19 19:40:11 +08:00 committed by Helen Chong
parent 5a37938c2d
commit ac4e3c4d27

View File

@ -4,7 +4,7 @@
"isArticle": true, "isArticle": true,
"eleventyComputed": { "eleventyComputed": {
"eleventyNavigation": { "eleventyNavigation": {
"key": "{{ articleTitle }}", "key": "{{ articleTitle or title }}",
"parent": "KotOR Articles" "parent": "KotOR Articles"
} }
} }