Skip to content

Commit 2a266af

Browse files
committed
fix images with spaces
1 parent eeb6d60 commit 2a266af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 class="pt-5 color-blue">{{i18n "search" }}</h2>
182182
<div class="row search-result-row">
183183
<div class="col-12 col-lg-2">
184184
<div class="my-3 text-center image-frame">
185-
<img class="image-fluid search-result-image d-inline p-2" src=${item.image} alt=${item.title} />
185+
<img class="image-fluid search-result-image d-inline p-2" src='${item.image}' alt='${item.title}' />
186186
</div>
187187
</div>
188188
<div class="col-12 col-lg-10">

0 commit comments

Comments
 (0)