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 %}
|
||||
<div class="post-image">
|
||||
<a href="{{ post.url | relative_url }}">
|
||||
<img src="{{ post.image }}">
|
||||
<img src="{{ post.image | relative_url }}">
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user