added content to feed posts; removed march drawings feed post stub
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user