summaryrefslogtreecommitdiff
path: root/content/blog.md
blob: 612dc0f20642c97eac61bf31780dde4a52041eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Blog
layout: page
nav: 20
---
<!-- Some interesting posts. :) -->
<!---->
<!-- ## Posts -->
<ul> {% for post in collections.blog | reverse %}
    <li>
        <a href="{{ post.url }}">{{ post.data.title }}</a>
        <small>{{ post.date | date }}</small>
    </li> {% endfor %}
</ul>