Use placeholder svg

This commit is contained in:
2026-04-23 20:58:33 +02:00
parent 337ec9ef6e
commit 4415a391e2
6 changed files with 40 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<h2 id="months">Months</h2>
<h2 id="months">Monate</h2>
{{range .Months}}
<h3 id="{{.ID}}">
<a href="{{.URL}}">{{.Name}}</a>
@@ -6,7 +6,7 @@
{{if .Photos}}
<div class="photo-grid">
{{range .Photos}}
<a href="{{.URL}}" target="_blank"><img src="{{.ThumbURL}}" alt="{{.Name}}" loading="lazy"></a>
<a href="{{.URL}}" target="_blank"><img src="{{.ThumbURL}}" alt="" loading="lazy"></a>
{{end}}
</div>
{{end}}