deploy_users_hugo/themes/PaperMod/layouts/shortcodes/inTextImg.html
PeaceNira 08ce2643de
Some checks failed
On_Push / build (push) Failing after 42s
uploading hugo files
2025-02-01 19:05:41 +00:00

5 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}}">