A heap of changes, whoops

This commit is contained in:
2024-12-11 13:15:47 -06:00
parent 7bdc97f0c6
commit b0106e6666
18 changed files with 67 additions and 17 deletions

View File

@ -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) %}