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

{% image 2016/poster_norsk_urskog_15_mars.jpg class="right" [resize:300x] %}
{% 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>