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"> <section class="lampen-grid">
{{ range $index, $element := seq 1 7 }} {{ range $index, $element := seq 1 7 }}
<figure class="lampe-card" style="animation-delay: {{ div $index 10 }}s"> <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> </figure>
{{ end }} {{ end }}
</section> </section>

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB