Reorganize assets folder

This commit is contained in:
2026-05-08 08:34:11 +02:00
parent 892e4860b4
commit 69037a77ed
18 changed files with 16 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
<h2 id="months">Monate</h2>
{{range .Months}}
<h3 id="{{.ID}}">
<a href="{{.URL}}">{{.Name}}</a>
</h3>
{{if .Photos}}
<div class="photo-grid">
{{range .Photos}}
<a href="{{.URL}}" target="_blank"><img src="{{.ThumbURL}}" alt="" loading="lazy"></a>
{{end}}
</div>
{{end}}
{{end}}