Fix post image url too (#504)
This commit is contained in:
parent
7b43e4061d
commit
7061f6be17
@ -26,7 +26,7 @@ use-site-title: true
|
|||||||
{% if post.image %}
|
{% if post.image %}
|
||||||
<div class="post-image">
|
<div class="post-image">
|
||||||
<a href="{{ post.url | relative_url }}">
|
<a href="{{ post.url | relative_url }}">
|
||||||
<img src="{{ post.image }}">
|
<img src="{{ post.image | relative_url }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user