blob: 284dc1ba102347e0465b4626318caea50ffd9489 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
layout: default
---
<h2>{% t home.latest_news %}</h2>
<section id="news">
{% for p in paginator.posts %}
{% include post-excerpt.html post=p %}
{% endfor %}
{% include pagination.html %}
</section>
|