1---
2title: other
3permalink: /other/
4---
5
6# other
7
8here will be some misc stuff
9
10<div class="posts">
11{% for post in site.posts %}
12 <div class="post">
13 {{ post.content }}
14 <a href="{{ post.url }}">{{ post.date | date_to_string }}</a>
15 </div>
16{% endfor %}
17</div>