Fix issue rendering title

This commit is contained in:
Helen Chong 2024-04-19 20:05:38 +08:00
parent 5ade6af6b0
commit e9c1be54d1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"eleventyComputed": {
"title": "{{ articleTitle }} | Articles",
"eleventyNavigation": {
"key": "{{ articleTitle or title }}",
"key": "{{ articleTitle }}",
"parent": "KotOR Articles"
}
}