mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
8 lines
120 B
HTML
8 lines
120 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% for post in site.categories[page.category] %}
|
|
{% include archive_post.html %}
|
|
{% endfor %}
|