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

<section id="body">
  {% tf home/intro.md %}
</section>

<section id="side-body">
  <section id="news">
    <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 %}
</section>