all repos — aaoth.xyz @ 9f4b181b36418669462c0300c2e090d0f4547dc8

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>