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
322 B
HTML
Raw Normal View History

2023-07-16 20:51:58 +00:00
<!-- Post item -->
<div class="w-4/5 py-4">
<a href="/{{ slug }}.html">
<h1 class="prose prose-h1 text-2xl text-indigo-400">{{ title }}</h1>
</a>
2020-09-21 15:49:58 +00:00
2023-07-16 20:51:58 +00:00
<p class="prose prose-xs text-white">
Posted on {{ date }}
</p>
2020-09-21 15:49:58 +00:00
2023-07-16 20:51:58 +00:00
<p class="prose text-white py-2">
{{ summary }}...
</p>
</div>