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

@@ -11,7 +11,7 @@
{{ with .Params.info_section.image }}
<img src="{{ . | relURL }}"
alt="{{ $.Params.info_section.image_alt | default "Van Emous Mantelzorgwoningen" }}"
class="img-fluid rounded-img shadow fade-left">
class="img-fluid rounded-img shadow fade-left" loading="lazy">
{{ end }}
</div>
</div>
@@ -61,7 +61,7 @@
{{ with .Params.about_section.image }}
<img src="{{ . | relURL }}"
alt="{{ $.Params.info_section.image_alt | default "Van Emous Mantelzorgwoningen" }}"
class="img-fluid rounded-img shadow">
class="img-fluid rounded-img shadow" loading="lazy">
{{ end }}
</div>
</div>