Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 678 Bytes

index.md

File metadata and controls

20 lines (18 loc) · 678 Bytes
layout
default

Latest

    {% for post in site.posts limit: 1 %}
  • {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}

    {{ post.date | date: date_format }}

    {{ post.excerpt }}

  • {% endfor %}