Files
bimproekt/layouts/_shortcodes/inTextImg.html
2026-06-19 13:30:40 +03:00

6 lines
181 B
HTML

{{- $Img := (.Get "url") }}
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">