mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 18:52:41 +00:00
Use title for navigation key if articleTItle is not available
This commit is contained in:
parent
93b5fe090a
commit
59e97059ca
@ -4,7 +4,7 @@
|
|||||||
"isArticle": true,
|
"isArticle": true,
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"eleventyNavigation": {
|
"eleventyNavigation": {
|
||||||
"key": "{{ articleTitle }}",
|
"key": "{{ articleTitle or title }}",
|
||||||
"parent": "KotOR Articles"
|
"parent": "KotOR Articles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user