From baf61d74ae322266239c8e73348f995c9a068b33 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:53:10 +0800 Subject: [PATCH] Revert changes to article breadcrumbs --- src/_includes/global/content.njk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 4deeb243..26543c4d 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -1,5 +1,5 @@
- {% if eleventyNavigation %} + {% if isArticle %} - {% endif %} - - {% if isArticle %}

{{ articleTitle }}

Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}