mercury-site/blog.md

226 B

layout title permalink
default.liquid Blog /blog/

Blog Posts

{% for post in collections.posts.pages %}

[{{ post.title}}](/{{ post.permalink }})

{{ post.published_date }}

{{post.description}} {% endfor %}