Update: Alle modellen

This commit is contained in:
2026-03-03 21:12:13 +01:00
parent b72c6d99ea
commit bfbd320458
176 changed files with 637 additions and 107 deletions

View File

@@ -34,7 +34,7 @@
</a>
</div>
<div class="col-md-6 h-100">
<img src="{{ .image | relURL }}" alt="{{ .title }}" class="h-100 w-100 object-fit-cover">
<img src="{{ .image | relURL }}" alt="{{ .title }}" class="h-100 w-100 object-fit-cover" loading="lazy">
</div>
</div>
</div>
@@ -50,7 +50,7 @@
{{ .link_text }} <i class="bi bi-chevron-right ms-1 text-primary"></i>
</a>
</div>
<img src="{{ .image | relURL }}" alt="{{ .title }}" class="mt-auto w-100 object-fit-cover" style="height: 200px;">
<img src="{{ .image | relURL }}" alt="{{ .title }}" class="mt-auto w-100 object-fit-cover" style="height: 200px;" loading="lazy">
</div>
</div>
{{ end }}