--- eleventyExcludeFromCollections: true --- {{ title }} - Kirb's blog

•The blog


Welcome to the blog

Here is where I will post very infrequent ramblings.

{%- for post in collections.all | reverse %}
{% prettyDate %}

{{ post.data.title }}

{{ post.data.description }}

Tags: {%- for tag in post.data.tags %} {{ tag }} {%- endfor %}

{%- endfor %}