Added album remarks, lazy loading images

This commit is contained in:
2025-11-22 16:03:50 +13:00
parent 33ead9d968
commit ff486c01e3
4 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ const images = await Promise.all(
<div slot="sidebar">
<h1>{album.title}</h1>
<p>{album.date}</p>
<p>{album.location}</p>
<p>{album.location}</p><br>
<Fragment set:html={album.remarks}/>
</div>
<div slot="content">