Fix blog navigation not appearing at the right sidebar

This commit is contained in:
Helen Chong 2024-04-17 20:26:57 +08:00
parent 2a1754e562
commit c96a41b4f7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ metadata:
{{ content | safe }}
</article>
{% if tags.includes("blog pages") %}
{% if tags.includes("posts") %}
{% include "blog/blognav.njk" %}
{% endif %}
</div>