[mod] fix indentation
This commit is contained in:
parent
901e3dd2ef
commit
2305c4f109
@ -7,9 +7,11 @@
|
|||||||
{% set caption = section.text %}
|
{% set caption = section.text %}
|
||||||
{{ image.copy() }}
|
{{ image.copy() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if section.background %}
|
{% if section.background %}
|
||||||
<div class="bg-section" style="background: {{ section.background }};">
|
<div class="bg-section" style="background: {{ section.background }};">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if video %}
|
{% if video %}
|
||||||
<section class="bordered-picture baguette" style="position: relative;">
|
<section class="bordered-picture baguette" style="position: relative;">
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
@ -34,11 +36,11 @@
|
|||||||
<h5 class="caption__overlay__title">{{ caption }}</h5>
|
<h5 class="caption__overlay__title">{{ caption }}</h5>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if section.background %}
|
{% if section.background %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user