Lampen-Bilder nach static/ verschieben (Hugo serve static files)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user