mainpage_v2_theme/layouts/partials/utilities/image-half.html
2024-03-24 22:16:02 +01:00

3 lines
152 B
HTML

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