Revert back to checking if tags includes articles for blog nav
This commit is contained in:
parent
ee430ccbd4
commit
f562940708
|
@ -52,7 +52,7 @@ layout: main/base
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if isArticle or title === "Articles" or tags and tags.includes("blog pages") %}
|
{% if tags.includes("articles") or title === "Articles" or tags and tags.includes("blog pages") %}
|
||||||
{% include "main/content-nav.njk" %}
|
{% include "main/content-nav.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue