feat: lil blog intro
parent
70aa3e1f58
commit
94cfb4fcdd
|
@ -4,6 +4,9 @@ eleventyNavigation:
|
||||||
key: Home
|
key: Home
|
||||||
order: 1
|
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) %}
|
{% set maxPosts = collections.posts.length | min(5) %}
|
||||||
<h1>Latest {% if maxPosts == 1 %}Post{% else %}{{ maxPosts }} Posts{% endif %}</h1>
|
<h1>Latest {% if maxPosts == 1 %}Post{% else %}{{ maxPosts }} Posts{% endif %}</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue