summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/shortcodes/inTextImg.html
blob: 0239fd686440e8beeaba80ae211965219fcaf286 (plain)
1
2
3
4
5
{{- $Img := (.Get "url") }}
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}

<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">