forked from val/lix-website
4e7c2d2987
(why the hell was alt text support not in the original hugo theme???)
2 lines
145 B
HTML
2 lines
145 B
HTML
{{ $img := resources.Get .image }}
|
|
<img class="" src="{{ $img.Permalink }}" alt="{{ .alt }}" width="{{ $img.Width }}" height="{{ $img.Height }}"> |