diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 143f31dd..fe48ae5a 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -1,14 +1,16 @@
{% if isArticle %} - + {% if eleventyNavigation %} + + {% endif %}

{{ articleTitle }}

@@ -48,7 +50,12 @@
{% endif %} - {% if tags and tags.includes("contents") or page.url === "/articles/" or tags and tags.includes("blog pages") %} + {% if + tags and tags.includes("articles") + or tags and tags.includes("posts") + or page.url === "/articles/" + or tags and tags.includes("blog pages") + %} {% include "main/content-nav.njk" %} {% endif %}