all repos — aaoth.xyz @ e94a8516f00ea546382bfe01e10d677a1433aca8

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>