{{ post.date | date: "%B %-d, %Y" }}
{{ post.data.title }}
{{ post.data.context }}
--- pagination: data: collections.posts size: 10 alias: post reverse: true permalink: "/posts{% if pagination.pageNumber != 0 %}/{{ pagination.pageNumber }}{% endif %}/" layout: layout.liquid title: Posts css: posts.css ---
{{ post.date | date: "%B %-d, %Y" }}
{{ post.data.context }}