summaryrefslogtreecommitdiffstats
path: root/blog/index.html
blob: cb93ffa91648f509f69a3c7511ed6db1bb92f2c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
---

{% tf home/intro.md %}

<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>