Skip to content

Commit 37c5fc7

Browse files
committed
changed img tag for slide show
1 parent 14d5f46 commit 37c5fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="banner">
77
<!-- add each image -->
88
{%- for image in page.header.overlay_images -%}
9-
<img class="feature-img" src={{ image }}/>
9+
<img class="feature-img" src="{{ image }}">
1010
{%- endfor -%}
1111
<!-- selector buttons -->
1212
<a class="select-left" onclick="plusDivs(-1)">&#10094;</a>

0 commit comments

Comments
 (0)