A heap of changes, whoops
This commit is contained in:
@ -7,7 +7,7 @@ numberOfLatestPostsToShow: 5
|
||||
numberOfNowPostsToShow: 1
|
||||
---
|
||||
<div class="now">
|
||||
<h2>What I've been up to:</h2>
|
||||
<h2>Life updates:</h2>
|
||||
{% set postsCount = collections.now | length %}
|
||||
{% set latestPostsCount = postsCount | min(numberOfNowPostsToShow) %}
|
||||
{% set postslist = collections.now | head(-1 * numberOfNowPostsToShow) %}
|
||||
|
Reference in New Issue
Block a user