summaryrefslogtreecommitdiff
path: root/content/blog.md
blob: 016afa9ef90e4e1e22f5dbfdecd8b597f617b0f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
title: Blog
layout: page
---
<div> {% for post in collections.blog | reverse %}
    <a href="{{ post.url }}" class="blogpost">
        <h3>{{ post.data.title }}</h3>
        <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small>
    </a><br> {% endfor %}
</div>