Add number of photos to download button

This commit is contained in:
Paul Brinkmeier 2025-02-20 14:22:34 +01:00
parent 753390f728
commit 9f5d5f7027

View File

@ -10,7 +10,7 @@
<body>
<header class="container">
<h1>photo gallery</h1>
<a class="download-button" href="./all.zip">download all</a>
<a class="download-button" href="./all.zip">download all {{len index}} photos</a>
</header>
<ul class="container photo-cards">
{{#each index}}