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