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