Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 405 Bytes

File metadata and controls

17 lines (16 loc) · 405 Bytes
layout page
title blog
permalink /blog/
    {% for post in site.posts %}
  • {{ post.title }}

    {{ post.date | date: '%B %-d, %Y — %H:%M' }}

    {{ post.description }}



  • {% endfor %}