Render HTML out of markdown content

This commit is contained in:
Thilo Hohlt
2024-08-03 13:49:41 +02:00
parent d306872179
commit 0b2a9f2383
12 changed files with 171 additions and 25 deletions

View File

@@ -79,7 +79,7 @@
</form>
<div class="website-grid">
{#each data.websites as { id, content_type, title, created_at }}
{#each data.websites as { id, content_type, title, created_at } (id)}
<article class="website-card">
<h3>
<a href="/website/{id}">{title}</a>