88< div class ="wrapthumbnail ">
99< a href ="{{ site.baseurl }}{{ post.url }} ">
1010 {% 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 " >
1212 {% 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 " >
1414 {% endif %}
1515</ a >
1616</ div >
@@ -56,4 +56,4 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
5656</ div >
5757</ div >
5858</ div >
59- <!-- end post -->
59+ <!-- end post -->