blog-rekahsoft-ca/templates/partials/post-list.html
Collin J. Doering baef1e6f00 Use double quotes instead of single quotes in html
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-08-16 02:15:26 -04:00

8 lines
93 B
HTML

<ul>
$for(posts)$
<li>
<a href="$url$">$title$ - $date$</a>
</li>
$endfor$
</ul>