--- layout: default title: All pagination: data: collections.posts size: 50 reverse: true alias: posts --- {% for post in pagination.items %} {% if post.data.published %}
{{ post.data.title }} · {{ post.templateContent | readTime }} min read
{{ post.date | realDate | date: "%Y-%m-%d" }}{{ post.data.post_excerpt }}...