lix-website/themes/lix/layouts/partials/utilities/image-third.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 3 }}" height="{{ div .Height 3 }}">
{{ end }}