mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 12:52:41 +00:00
Check for isArticle conditional instead of article tags for content nav
This commit is contained in:
parent
5315e455d8
commit
f731082884
@ -24,7 +24,7 @@ layout: main/base
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if title === "Articles" or tags and tags.includes("articles") or tags and tags.includes("blog pages") %}
|
||||
{% if isArticle or title === "Articles" or tags and tags.includes("blog pages") %}
|
||||
{% include "main/content-nav.njk" %}
|
||||
{% endif %}
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user