We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d85ad0 commit 800e9c8Copy full SHA for 800e9c8
1 file changed
themes/devopsdays-theme/layouts/shortcodes/img.html
@@ -3,6 +3,4 @@
3
{{ $alt := .Get "alt" }}
4
{{ if $image }}
5
<img src="{{ $image.RelPermalink }}" class="{{ $class }}" alt="{{ $alt }}">
6
-{{ else }}
7
-<strong>Failed to find image</strong>
8
{{ end }}
0 commit comments