diff --git a/src/lib/lists/blog-gallery.svelte b/src/lib/lists/blog-gallery.svelte index e41239f..d7c7d45 100644 --- a/src/lib/lists/blog-gallery.svelte +++ b/src/lib/lists/blog-gallery.svelte @@ -10,11 +10,104 @@
{#each posts as post} -
-

{post.post.title}

- {#each post.post.tags as tag} -

{tag}

- {/each} -
+ +
+ {post.post.bannerAlt} +
+
+

{post.post.title}

+

{post.post.description}

+ +
+
{/each} -
\ No newline at end of file + + + \ No newline at end of file