all repos — aaoth.xyz @ 07948640ab78b6a0cc97a6968ecea1ee36e9a680

aaoth.xyz website

blog.md (view raw)

 1---
 2title: blog
 3permalink: /blog/
 4---
 5
 6filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
 7{% endfor %}
 8
 9<div class="posts">
10{% for post in site.posts %}
11    {% include post-preview.html %}
12{% endfor %}
13</div>