---
layout: page
# The Category layout
# v2.0
# https://github.com/cotes2020/jekyll-theme-chirpy
# MIT Licensed
---
{{ page.title }}
{{ page.posts | size }}
{% assign post_long_df = site.data.date_format.post.long | default: '%b %e, %Y' %}
{% for post in page.posts %}
-
{{ post.title }}
{{ post.date | date: post_long_df }}
{% endfor %}