diff --git a/themes/red/layouts/shortcodes/insert-pic.html b/themes/red/layouts/shortcodes/insert-pic.html index ed1dcda..e73ee6c 100644 --- a/themes/red/layouts/shortcodes/insert-pic.html +++ b/themes/red/layouts/shortcodes/insert-pic.html @@ -4,5 +4,5 @@ {{ $path := printf "pics/%s" $name}} {{ with resources.Get $path }} - +{{ $alt }} {{ end }}