2023-04-16 18:24:36 +00:00
|
|
|
---
|
|
|
|
layout: default.liquid
|
|
|
|
title: Blog
|
|
|
|
permalink: /blog/
|
|
|
|
---
|
|
|
|
# Blog Posts
|
|
|
|
|
|
|
|
{% for post in collections.posts.pages %}
|
|
|
|
## [{{ post.title}}](/{{ post.permalink }})
|
2023-04-16 19:40:52 +00:00
|
|
|
**{{ post.published_date | date: "%Y-%m-%d" }}**
|
2023-04-16 18:24:36 +00:00
|
|
|
|
|
|
|
{{post.description}}
|
|
|
|
{% endfor %}
|