Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 343 Bytes

File metadata and controls

19 lines (17 loc) · 343 Bytes
layout default
title Posts
permalink /posts/

Posts

    {% for post in site.posts %}
  • {{ post.date | date: "%B %d, %Y" }}

    {% if post.excerpt %} {{ post.excerpt }} {% endif %}
  • {% endfor %}