Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 310 Bytes

File metadata and controls

12 lines (10 loc) · 310 Bytes
title Recent
layout default

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

{{ post.title }}

{{ post.date | date_to_long_string }} -- {% if post.revised != nil %}Updated on {{ post.update | date_to_long_string }}.{% endif %} {{ post.description }}

Full post. {% endfor %}