Small fixes, new now-burning posts
This commit is contained in:
@ -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" %}
|
||||
|
Reference in New Issue
Block a user