summaryrefslogtreecommitdiffstats
path: root/templates/post-list.html
blob: 22fcc2fa29738f56411bcc3ef8cf1c05d5108bc3 (plain) (blame)
1
2
3
4
5
6
7
<ul class="post-list">
  $for(posts)$
  <li>
    <a href="$url$">$date$ - $title$</a>
  </li>
  $endfor$
</ul>