added /feed page to replace /projects/small and /art/drawings; set up appropriate redirects

This commit is contained in:
2026-04-06 20:08:26 +02:00
parent 6d1a38775d
commit c385e66162
19 changed files with 83 additions and 46 deletions

View File

@@ -41,7 +41,7 @@
<button class="gallery-button" onclick={galleryForward}>&gt;</button>
</div>
<div class="gallery-img-container">
<img class="gallery-img" src={images[currentIndex].src} alt={images[currentIndex].alt}>
<img class="gallery-img" loading="lazy" src={images[currentIndex].src} alt={images[currentIndex].alt}>
</div>
</div>