Port to TypeScript/Elysia

This commit is contained in:
sepia 2025-07-28 13:39:01 -05:00
parent 29739d243f
commit 513335c485
17 changed files with 413 additions and 2603 deletions

View file

@ -1,9 +1,12 @@
<h2 style="display: flex; justify-content: space-between; align-items: center;">
Posts
<span style="cursor: pointer;" hx-on:click="document.getElementById('sidebar').innerHTML = ''">X</span>
<span
style="cursor: pointer;"
hx-on:click="document.getElementById('sidebar').innerHTML = ''"
>X</span>
</h2>
<ul>
{{#each posts}}
<li><a href="{{path}}">{{title}} - {{date}}</a></li>
{{/each}}
</ul>
</ul>