all repos — aaoth.xyz @ 1a5b4b3ef55534553bf8fc3a37f42074d3ca6a6e

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>