all repos — aaoth.xyz @ 7b46213ebebd38f1b2f55df0b1efde88059c814d

aaoth.xyz website

_layouts/post.html (view raw)

 1---
 2layout: default
 3---
 4
 5<div class="post">
 6<h1>{{ page.title }}</h1>
 7<hr>
 8<i>{{ page.date | date: "%Y-%m-%d %H:%M" }}</i>
 9
10{{ content }}
11
12</div>