Small fixes, new now-burning posts

This commit is contained in:
2025-06-09 11:42:36 -05:00
parent 3871a05833
commit e8eb8c9bc9
13 changed files with 505 additions and 5 deletions

View File

@ -7,7 +7,7 @@ structuredData: none
<h1>Previous “Now Burning” Entries:</h1>
{% set postsCount = collections.nowBurning | removeMostRecent | length %}
{% if postsCount > 1 %}
{% if postsCount > 0 %}
{% set postslist = collections.nowBurning | removeMostRecent %}
{% set showPostListHeader = false %}
{% include "incenseList.njk" %}