summaryrefslogtreecommitdiff
path: root/content/blog.md
blob: 6ffc74b10612aeb571cf073109c32c6480458641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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>