14 lines
322 B
HTML
14 lines
322 B
HTML
<!-- 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>
|
|
|
|
<p class="prose prose-xs text-white">
|
|
Posted on {{ date }}
|
|
</p>
|
|
|
|
<p class="prose text-white py-2">
|
|
{{ summary }}...
|
|
</p>
|
|
</div> |