8
8
< div class ="wrapthumbnail ">
9
9
< a href ="{{ site.baseurl }}{{ post.url }} ">
10
10
{% if site.lazyimages == "enabled" %}
11
- < img class ="featured-box-img-cover lazyimg "src ="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII= "data-src ="{% if post.image contains ": //" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
11
+ < img class ="featured-box-img-cover lazyimg "src ="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII= "data-src ="{% if post.image contains ": //" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt=" Featured image of the post " >
12
12
{% else %}
13
- < img class ="featured-box-img-cover "src ="{% if post.image contains ": //" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
13
+ < img class ="featured-box-img-cover "src ="{% if post.image contains ": //" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt=" Featured image of the post " >
14
14
{% endif %}
15
15
</ a >
16
16
</ div >
@@ -56,4 +56,4 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
56
56
</ div >
57
57
</ div >
58
58
</ div >
59
- <!-- end post -->
59
+ <!-- end post -->