Make content navigation only show up on the main articles page
This commit is contained in:
parent
80af405612
commit
c7a5521ff2
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if tags and tags.includes("contents") or title === "Articles" or tags and tags.includes("blog pages") %}
|
{% if tags and tags.includes("contents") or page.url === "/articles/" or tags and tags.includes("blog pages") %}
|
||||||
{% include "main/content-nav.njk" %}
|
{% include "main/content-nav.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue