Files
fte-Homepage/themes/tella/layouts/products/summary.html

10 lines
246 B
HTML

<a href="{{ .Permalink }}">
<div class="summary border p-3">
<h2 class="text-3xl">
{{ .Title }}
</h2>
<img src="{{ .img | relURL }}" alt="-product-image-">
<p>{{ .Description }}</p>
</div>
</a>