all repos — aaoth.xyz @ f51ad63fd743e228ed6819a055d0b05ec0d2cab5

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>