--- eleventyExcludeFromCollections: true layout: base.njk title: Posts pagination: data: collections.posts size: 10 alias: posts reverse: true meta: robots: value: noindex ---
{% for post in posts %}
{% excerpt post %}
{{ post.date | readableDate }}
{{ post.templateContent | striptags | wordcount | readingTime }}
{% endfor %}