added content to feed posts; removed march drawings feed post stub

This commit is contained in:
2026-04-13 21:54:08 +02:00
parent c30097f781
commit 6a9f7f763f
9 changed files with 39 additions and 27 deletions

View File

@@ -54,8 +54,8 @@
{#if entry.images && entry.images.length > 0}
<div class="image-gallery">
{#each entry.images as i, index}
<a href="{entry.path}/{i}">
<img loading="lazy" src="{entry.path}/{i}" alt={entry.imageAlts[index]}>
<a href="{entry.path}/{i}.webp">
<img loading="lazy" src="{entry.path}/{i}.webp" alt={entry.imageAlts[index]}>
</a>
{/each}
</div>