Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 566 Bytes

blog.md

File metadata and controls

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

{% for post in site.posts %}

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

{{ post.date | date_to_string }}

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

{% endfor %}