Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 163 Bytes

File metadata and controls

9 lines (7 loc) · 163 Bytes
layout default

{% for post in site.posts %}

[{{ post.date | date: "%Y-%m-%d" }}: {{ post.title }}]({{ post.url }})

{{ post.summary }}

{% endfor %}