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

4 lines
152 B
HTML
Raw Normal View History

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