This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/layout/item.html

14 lines
337 B
HTML
Raw Normal View History

<div class="horizontal-center">
<div class="post-list-item">
<h2><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h2>
2020-09-21 15:49:58 +00:00
<p><b>&gt; {{ date }}</b></p>
2020-09-21 15:49:58 +00:00
<p class="post-summary">
<div class="quote text">
{{ summary }}...
</div>
</p>
2020-09-21 15:49:58 +00:00
</div>
</div>