Lampen-Bilder nach static/ verschieben (Hugo serve static files)

This commit is contained in:
BadAgent
2026-08-06 10:08:52 +02:00
parent cbd415fbf2
commit 99d5e5b6fe
8 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<section class="lampen-grid">
{{ range $index, $element := seq 1 7 }}
<figure class="lampe-card" style="animation-delay: {{ div $index 10 }}s">
<img src="/assets/lampen/lampe{{ $index }}.jpg" alt="Lampe {{ $index }}" loading="lazy">
<img src="/lampen/lampe{{ $index }}.jpg" alt="Lampe {{ $index }}" loading="lazy">
</figure>
{{ end }}
</section>