diff options
Diffstat (limited to 'blog/index.html')
-rw-r--r-- | blog/index.html | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/blog/index.html b/blog/index.html index 5abd279..284dc1b 100644 --- a/blog/index.html +++ b/blog/index.html @@ -2,34 +2,11 @@ layout: default --- -<section id="body"> - {% 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 %} - <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 %} + {% include pagination.html %} </section> |