francescomecca.eu/archive.md

11 lines
176 B
Markdown
Raw Normal View History

2016-05-01 11:13:57 +02:00
---
layout: page
title: Archive
---
## Blog Posts
{% for post in site.posts %}
* {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }})
2016-05-16 11:52:48 +02:00
{% endfor %}