summaryrefslogtreecommitdiffstats
path: root/blog/_includes/news.html
blob: a8daaebadd01d2e4c55569d92fa9c4b5a3aaa05f (plain) (blame)
1
2
3
4
5
6
7
8
<section id="news">
  <h2>{% t home.latest_news %}</h2>
  {% for p in site.posts limit: 5 %}
    {% if p != page %}
      {% include post-excerpt.html post=p %}
    {% endif %}
  {% endfor %}
</section>