lix-website/themes/lix/layouts/partials/utilities/image.html
Kate Temkin 4e7c2d2987 theming updates, and add alt text support
(why the hell was alt text support not in the original hugo theme???)
2024-05-01 19:37:50 -06:00

2 lines
145 B
HTML

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