This commit is contained in:
2025-07-30 12:20:19 +02:00
parent 29a965f824
commit f6beff78ab
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
</div>
<div class="relative overflow-hidden pt-2">
<div class="mx-auto max-w-7xl px-4 lg:px-8 flex items-center justify-center">
<img src="{{ image_src }}" alt="{{ image_alt }}" width="900">
<img src="{{ get_url(path=image_src) }}" alt="{{ image_alt }}" width="900">
</div>
</div>