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

3 lines
149 B
HTML

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