Use companion for diary photos

This commit is contained in:
2026-06-22 17:25:11 +02:00
parent d92c2f008d
commit fa22244709
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{{if .Photos}}
<div class="photo-grid">
{{range .Photos}}
<a href="{{.URL}}" target="_blank"><img src="{{.ThumbURL}}" alt="" loading="lazy"></a>
<a href="{{.URL}}"><img src="{{.ThumbURL}}" alt="" loading="lazy"></a>
{{end}}
</div>
{{end}}