summaryrefslogtreecommitdiff
path: root/content/blog.md
blob: 983ff44d613c9eccb0149a138e7f0c7dc5be0ddd (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>