summaryrefslogtreecommitdiff
path: root/content/blog.md
blob: bffe34bbacd98a76c35487b71f8324f4cf133ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Blog
layout: page
nav: true
---

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>