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

This commit is contained in:
2023-08-09 23:23:44 +02:00
parent 6696b29751
commit 0dd7a29b3b

View File

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