lix-website/themes/lix/layouts/partials/utilities/card-img-top.html
2024-04-26 22:49:34 -06:00

4 lines
140 B
HTML

{{ with resources.Get . }}
<img class="" src="{{ .Permalink }}" alt="{{ .Title }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }}