Implement now page, add new post "Patience"

This commit is contained in:
2024-01-10 10:52:37 -06:00
parent 3140ef0b72
commit 3d4020d2ae
16 changed files with 129 additions and 37 deletions

View File

@ -3,7 +3,7 @@ layout: layouts/home.njk
eleventyNavigation:
key: Home
order: 1
numberOfLatestPostsToShow: 10
numberOfLatestPostsToShow: 5
---
{% set postsCount = collections.posts | length %}
{% set latestPostsCount = postsCount | min(numberOfLatestPostsToShow) %}