summaryrefslogblamecommitdiffstats
path: root/blog/index.html
blob: 5abd2796848de9f853c155ee6dc1408c6b313de6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
   
               
   
 

                        



                               
          
 
                        





                                                                   




                                            
 
                                 
 
            






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