blob: f7b893d4032f838629ac3d12784612163642e35d (
plain) (
tree)
|
|
<section id="news">
<h2>Nyheter</h2>
{% for p in site.posts limit: 5 %}
{% if p != page %}
{% if include.sidebar %}
{% include post-excerpt.html post=p sidebar=true %}
{% else %}
{% include post-excerpt.html post=p %}
{% endif %}
{% endif %}
{% endfor %}
</section>
|