mirror of
https://github.com/ivanch/blog.ivanch.me.git
synced 2026-02-14 18:28:27 +00:00
6 lines
181 B
HTML
6 lines
181 B
HTML
{{- $Img := (.Get "url") }}
|
|
{{- $height := (.Get "height") }}
|
|
{{- $alt := (.Get "alt") }}
|
|
|
|
<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">
|