aboutsummaryrefslogtreecommitdiffstats
path: root/blog.md
blob: 486b88d5d5019ee1e4ed02b84d33f73e384157f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: blog
permalink: /blog/
---

filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
{% endfor %}

<div class="posts">
{% for post in site.posts %}
    {% include post-preview.html %}
{% endfor %}
</div>