Fix blog navigation not appearing at the right sidebar

This commit is contained in:
Leilukin 2024-04-17 20:26:57 +08:00 committed by Helen Chong
parent 0f3698d479
commit 8e53961a02

View File

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