all repos — aaoth.xyz @ 38a644a49f264bc1a37a853c93065669a9062f9b

aaoth.xyz website

_layouts/home-page.html (view raw)

 1---
 2layout: default
 3---
 4
 5{{ content }}
 6
 7<div class="latest-post">
 8    <h2>latest post</h2>
 9    {% assign post = site.posts[0] %}
10    {% include post-preview.html %}
11</div>