Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 566 Bytes

File metadata and controls

22 lines (18 loc) · 566 Bytes
layout page
title Blog

{% for post in site.posts %}

{{ post.title }} | {{ post.authornames }}

{{ post.date | date_to_string }}

<div class="entrybody">
  {{ post.excerpt }}
</div>

{% endfor %}