summaryrefslogtreecommitdiffstats
path: root/blog/index.html
blob: 5abd2796848de9f853c155ee6dc1408c6b313de6 (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
26
27
28
29
30
31
32
33
34
35
---
layout: default
---

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

  <section id="sponsor-pos-2">
    {% include sponsors.html %}
  </section>
</section>

<section id="side-body">
  <section id="sponsor-pos-1">
    <a href="http://ds-media.no">
      {% image "2014/sponsors/ds_banner_2014.jpg" alt="DS-Media" %}
    </a>
  </section>

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