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