all repos — aaoth.xyz @ f447d20764bd35632b316a708e6b1a1bcf65ca69

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>