using block in partial
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
<figure class="LP-Figure">
|
||||
<img
|
||||
src="{{ source_url }}"
|
||||
{% if alt_text %} alt="{{alt_text}}" {% endif %}
|
||||
{% if alt_text %}
|
||||
alt="{{alt_text}}"
|
||||
{% else %}
|
||||
alt="{{block}}"
|
||||
{% endif %}
|
||||
class="LP-Image"
|
||||
/>
|
||||
</figure>
|
||||
|
Reference in New Issue
Block a user