themes/tella/layouts/products/summary.html aktualisiert

This commit is contained in:
2023-08-09 23:16:46 +02:00
parent 380e8e243e
commit 6696b29751

View File

@@ -3,7 +3,7 @@
<h2 class="text-3xl">
{{ .Title }}
</h2>
<img src="{{ . }}" alt="-product-image-">
<img src="{{ .img | relURL }}" alt="-product-image-">
<p>{{ .Description }}</p>
</div>
</a>