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

4 lines
140 B
HTML
Raw Normal View History

2024-04-27 03:39:10 +00:00
{{ with resources.Get . }}
<img class="" src="{{ .Permalink }}" alt="{{ .Title }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }}