mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
9 lines
129 B
HTML
9 lines
129 B
HTML
---
|
|
layout: default
|
|
title: Blog Archives
|
|
---
|
|
|
|
{% for post in site.posts reverse %}
|
|
{% include archive_post.html %}
|
|
{% endfor %}
|