blob: 51ac50fe60b56b3d0ec78f680107bcf53245e1ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: other
permalink: /other/
---
# miscellaneous posts
about different things
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>
|