mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
fix image url in block-media-1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<section class="block block-media-1">
|
||||
<div class="container">
|
||||
<figure>
|
||||
<img src="{{ section.image }}" alt="{{ section.caption }}">
|
||||
<img src="{{ section.image | relative_url }}" alt="{{ section.caption }}">
|
||||
{% if section.caption %}
|
||||
<figcaption>{{ section.caption }}</figcaption>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user