--- pagination: data: collections.blog size: 5 alias: posts reverse: true layout: blog title: Sass Blog --- Page {{ pagination.pageNumber | plus: 1 }} of {{ pagination.size }}
Posted at {{ post.data.date }} by {{ post.data.author }}
{{ post.content | truncatewords: 250 }}