lix-website/themes/lix/layouts/partials/utilities/image-half.html
2024-04-26 22:49:34 -06:00

4 lines
152 B
HTML

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