feat: lil blog intro

main
CrimsonTome 2022-10-26 22:27:38 +01:00 committed by Rowan Clark
parent 70aa3e1f58
commit 94cfb4fcdd
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ eleventyNavigation:
key: Home
order: 1
---
This is the home of CrimsonTome's blog. Here you can find posts about things I'm interested in, projects I'm doing and the odd tutorial every now and then. I hope you enjoy your stay here and find something here useful 👋
{% set maxPosts = collections.posts.length | min(5) %}
<h1>Latest {% if maxPosts == 1 %}Post{% else %}{{ maxPosts }} Posts{% endif %}</h1>