From e9c1be54d11707e14f896dea1d7c7c7b46f973dd Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:05:38 +0800 Subject: [PATCH] Fix issue rendering title --- 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 f7350791..8a1a0eee 100644 --- a/src/shrines/starwarskotor/articles/articles.11tydata.json +++ b/src/shrines/starwarskotor/articles/articles.11tydata.json @@ -5,7 +5,7 @@ "eleventyComputed": { "title": "{{ articleTitle }} | Articles", "eleventyNavigation": { - "key": "{{ articleTitle or title }}", + "key": "{{ articleTitle }}", "parent": "KotOR Articles" } }