fosscat-site/themes/PaperMod/layouts/shortcodes/inTextImg.html

6 lines
181 B
HTML
Raw Permalink Normal View History

2022-09-01 18:42:28 -06:00
{{- $Img := (.Get "url") }}
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">