We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a4f55 commit fe706baCopy full SHA for fe706ba
layouts/shortcodes/blocks/feature.html
@@ -8,7 +8,7 @@
8
{{ if $imageName }}{{- template "shortcodes-blocks_getimage" (dict "name" $imageName "ctx" . "target" "feature-image") -}}{{ end }}
9
{{- $image := $.Scratch.Get "feature-image" -}}
10
<div class="main-section">
11
- {{ with $image }}<div class="image-wrapper"><img src="{{ .RelPermalink }}" alt="{{ .Title }}"></div>{{ end }}
+ {{ with $image }}<div class="image-wrapper"><img src="{{ .RelPermalink }}" alt=""></div>{{ end }}
12
<div class="content">
13
{{ $.Inner }}
14
</div>
0 commit comments