mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
12 lines
212 B
Markdown
12 lines
212 B
Markdown
---
|
|
layout: page
|
|
title: Archive
|
|
redirect_from: "/archive/"
|
|
---
|
|
|
|
## Blog Posts
|
|
|
|
{% for post in site.posts reversed %}
|
|
* {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }})
|
|
{% endfor %}
|