added /feed page to replace /projects/small and /art/drawings; set up appropriate redirects
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<button class="gallery-button" onclick={galleryForward}>></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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user