mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-01-05 20:30:50 -05:00
5 lines
182 B
HTML
5 lines
182 B
HTML
|
{{- $Img := (.Get "url") }}
|
||
|
{{- $height := (.Get "height") }}
|
||
|
{{- $alt := (.Get "alt") }}
|
||
|
|
||
|
<img class="in-text" height="{{ $height | default `15px` }}" src="{{$Img}}" alt="{{$alt}}">
|