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

11 lines
302 B
HTML
Raw Normal View History

2023-07-16 20:51:58 +00:00
<!-- Post item -->
<div class="flex flex-col pt-4">
<a href="/{{ slug }}.html"><h1 class="text-indigo-400 prose prose-lg text-xl">{{ title }}</h1></a>
<span class="text-md mt-2">Posted on {{ date }}</span>
2020-09-21 15:49:58 +00:00
<!-- Blurp -->
<span class="prose text-white mt-4">
{{ summary }}
</span>
</div>