lix-website/themes/lix/layouts/partials/utilities/image.html

2 lines
145 B
HTML
Raw Normal View History

{{ $img := resources.Get .image }}
<img class="" src="{{ $img.Permalink }}" alt="{{ .alt }}" width="{{ $img.Width }}" height="{{ $img.Height }}">