summaryrefslogtreecommitdiff
path: root/packages/code/kleidi-ca/templates/post-list.html
blob: e8cc51494f97aeaaaf3f30ec379811b58b1292c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<ul style="list-style: none; padding-left: 0">
  $for(posts)$
  <li style="margin-bottom: 1em">
    <a href="$url$">$title$</a>
    <br />
    <time datetime="$date$">
      $date$
    </time>
  </li>
  $endfor$
</ul>