1
0

Add date to plamo-showcase overview.

This commit is contained in:
Kevin Matsubara 2025-12-12 16:12:06 +01:00
parent 07c325769c
commit 481d50e3b0

View File

@ -1,7 +1,7 @@
<ul> <ul>
$for(posts)$ $for(posts)$
<li> <li>
<a href="$url$">$title$</a> <em>$date$</em>&nbsp;<a href="$url$">$title$</a>
</li> </li>
$endfor$ $endfor$
</ul> </ul>