all repos — aaoth.xyz @ 2d91f98aae123493bf3739f874cf42a73dbb643b

aaoth.xyz website

other.md (view raw)

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