summaryrefslogtreecommitdiffstats
path: root/blog/index.html
blob: 0387f41a1435eaa081da040f151373f905a24695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
---

{% tf home/intro.md %}

<section id="news" class="wide">
  <h2>{% t home.latest_news %}</h2>
  {% for p in paginator.posts %}
    {% include post-excerpt.html post=p %}
  {% endfor %}

  {% include pagination.html %}

</section>

{% if site.links %}
  <section id="links">
    <h2>{% t home.links %}</h2>
  </section>
{% endif %}