We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c5a88 commit cd2cf77Copy full SHA for cd2cf77
_includes/theme/cards/card-post.html
@@ -39,8 +39,7 @@
39
</div>
40
{% else %}
41
<div class="card-thumbnail {% if thumbnail_size %}card-thumbnail-{{ thumbnail_size }}{% endif %}">
42
- <a href="{{ site.url }}{{ url }}"><img alt="{{ title }}"
43
- src="{{ site.url }}/assets/images/nocoverimagecoverimage.png" /></a>
+ <a href="{{ url }}"><img alt="{{ title }}" src="{{ site.url }}/assets/images/nocoverimagecoverimage.png" /></a>
44
45
{% endif %}
46
0 commit comments