Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 327 Bytes

File metadata and controls

15 lines (14 loc) · 327 Bytes
layout std
title Enter the void - News

Latest 10 recent news (see index)


{% for post in site.posts limit:10 %}

{{ post.date | date: "%B %d, %Y" }}

{{ post.content }}
{% endfor %}