--- layout: page # The Category layout # v2.0 # https://github.com/cotes2020/jekyll-theme-chirpy # MIT Licensed --- {% include date-format.html %}

{{ page.title }} {{ site.categories[page.category] | size }}

    {% for post in site.categories[page.category] %}
  • {{ post.title }} {{ post.date | date: POST_DATE }}
  • {% endfor %}