7 lines
121 B
HTML
7 lines
121 B
HTML
|
---
|
||
|
layout: index
|
||
|
---
|
||
|
{% for post in site.categories[page.category] %}
|
||
|
{% include article_index.html %}
|
||
|
{% endfor %}
|