From 59e97059ca97d7ae84ad9fefa3c007f1823f9f0d Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:40:11 +0800 Subject: [PATCH] Use title for navigation key if articleTItle is not available --- src/shrines/starwarskotor/articles/articles.11tydata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrines/starwarskotor/articles/articles.11tydata.json b/src/shrines/starwarskotor/articles/articles.11tydata.json index 1486506f..ea59cafd 100644 --- a/src/shrines/starwarskotor/articles/articles.11tydata.json +++ b/src/shrines/starwarskotor/articles/articles.11tydata.json @@ -4,7 +4,7 @@ "isArticle": true, "eleventyComputed": { "eleventyNavigation": { - "key": "{{ articleTitle }}", + "key": "{{ articleTitle or title }}", "parent": "KotOR Articles" } }