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

11 lines
202 B
HTML

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