kompact-io-landing/templates/post-list.html

12 lines
196 B
HTML

<ul class="text-lg ml-4">
$for(posts)$
<li class="mt-4">
<a href="$url$">
<span class="text-gray-700">
$date$ ::
</span>
$title$
</a>
</li>
$endfor$
</ul>