[mod] fix indentation

This commit is contained in:
Laurent Peuch 2016-11-01 11:51:20 +01:00
parent 901e3dd2ef
commit 2305c4f109

View File

@ -7,9 +7,11 @@
{% set caption = section.text %}
{{ image.copy() }}
{% endif %}
{% if section.background %}
<div class="bg-section" style="background: {{ section.background }};">
{% endif %}
{% if video %}
<section class="bordered-picture baguette" style="position: relative;">
<div class="caption">
@ -34,11 +36,11 @@
<h5 class="caption__overlay__title">{{ caption }}</h5>
</div>
{% endif %}
</div>
</a>
{% endif %}
</div>
</section>
{% endif %}
{% if section.background %}
</div>
{% endif %}