all repos — aaoth.xyz @ d2e30485e7cd11e93fc507dbdfab2b4c08f22075

aaoth.xyz website

other.md (view raw)

 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>