1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-01-12 19:20:59 +01:00
hugo-theme-wondermod/layouts/shortcodes/inTextImg.html

6 lines
181 B
HTML
Raw Normal View History

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