Minor fixes
This commit is contained in:
@@ -38,7 +38,7 @@ tags:
|
||||
{% set postsCount = collections.now | removeMostRecent | length %}
|
||||
{% if postsCount > 1 %}
|
||||
<h2 class="postlist-header">Previous Entries:</h2>
|
||||
{% set postslist = collections.now | removeMostRecent %}
|
||||
{% set postslist = collections.now | removeMostRecent | reverse %}
|
||||
{% set showPostListHeader = false %}
|
||||
{% include "postslist.njk" %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user