Skip to content

Commit c3b4692

Browse files
committed
...
1 parent d4e2248 commit c3b4692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/featuredbox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<div class="col-12 col-md-12 col-lg-5 pr-lg-0">
77
<div class="h-100">
88
<div class="wrapthumbnail">
9-
<a href="{{ site.baseurl }}/{{ post.url }}">
9+
<a href="{{ site.baseurl }}{{ post.url }}">
1010
{% if site.lazyimages == "enabled" %}
1111
<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 %}">
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 %}">
1414
{% endif %}
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)