mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 12:52:41 +00:00
Add back missing tags check
This commit is contained in:
parent
f562940708
commit
54237f1632
@ -52,7 +52,7 @@ layout: main/base
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if tags.includes("articles") or title === "Articles" or tags and tags.includes("blog pages") %}
|
||||
{% if tags and tags.includes("articles") 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