test-cross-blogger/themes/PaperMod/layouts/shortcodes/inTextImg.html

6 lines
181 B
HTML
Raw Normal View History

2024-06-25 15:51:17 +01:00
{{- $Img := (.Get "url") }}
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">