_layouts/home.html in jekyll-theme-puzzleduck-2.1.0 vs _layouts/home.html in jekyll-theme-puzzleduck-2.1.1
- old
+ new
@@ -19,12 +19,12 @@
<a class="post-link" href="{{ post.url | relative_url }}">
<div class="card primary z-depth-5">
<div class="card-title center">
<h5 class="title valign-wrapper">
{% if post.title-image %}
- <img class="hide-on-small-only" height="100px" src="/assets/img/{{ post.title-image }}" />
+ <img class="hide-on-small-only" height="100px" src="assets/img/{{ post.title-image }}" />
{% else %}
- <img class="hide-on-small-only" height="100px" src="/assets/img/no_image.svg" />
+ <img class="hide-on-small-only" height="100px" src="assets/img/no_image.svg" />
{% endif %}
<p align="center">{{ post.title | escape }}</p>
</h5>
<hr />
</div>