diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 26543c4d..b5748175 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -1,5 +1,5 @@
- {% if isArticle %} + {% if isArticle or hasBreadcrumbs %} + {% endif %} + {% if isArticle %}

{{ articleTitle }}

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