8 lines
128 B
HTML
8 lines
128 B
HTML
|
---
|
||
|
layout: default
|
||
|
title: Blog Archives
|
||
|
---
|
||
|
|
||
|
{% for post in site.posts reverse %}
|
||
|
{% include archive_post.html %}
|
||
|
{% endfor %}
|