all repos — aaoth.xyz @ 2d91f98aae123493bf3739f874cf42a73dbb643b

aaoth.xyz website

_includes/post-preview.html (view raw)

 1<div class="post">
 2    <h2 id="{{ post.title | slugify }}">
 3        <a href="{{ post.url }}">{{ post.title }}</a>
 4    </h2>
 5    {{ post.excerpt }}
 6    <p>
 7    <a href="{{ post.url }}">read more...</a>
 8    </p>
 9    <small><p>{{ post.date | date_to_string }}</p></small>
10</div>