aboutsummaryrefslogtreecommitdiffstats
path: root/templates/latestposts.html.tera
blob: 101fbb9b416ab54d1e6555e016cbb499b030eebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="panel" id="posts">
  <h2>latest posts <a class="badge" href="/feed.xml"><img class="badge" src="/rssbadge.png" alt="rss newsfeed"></a></h2>
  <table id="post-list">
    <tr>
      <td><a class="post-entry" href="/thoughts/fedi">fedi<span class="post-date">2023-02-04</span></a></td>
    </tr>
    <tr>
      <td><a class="post-entry" href="/thoughts/fedi">slaying<span class="post-date">2023-01-20</span></a></td>
    </tr>
  </table>
</div>