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




                                          
 
                               
          
---
layout: default
---

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