blossom/templates/latestposts.html.tera

11 lines
453 B
Plaintext
Raw Normal View History

2023-01-17 00:48:57 +00:00
<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>