[mod] fix indentation

This commit is contained in:
Laurent Peuch 2016-11-01 12:27:28 +01:00
parent e6fd94a6c1
commit 1c7cd448e2

View File

@ -1,11 +1,13 @@
{% if section.background or section.color %} {% if section.background or section.color %}
<div id="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}"> <div id="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %} {% endif %}
<section class="html"> <section class="html">
<center> <center>
{{ section.html }} {{ section.html }}
</center> </center>
</section> </section>
{% if section.background or section.color %} {% if section.background or section.color %}
</div> </div>
{% endif %} {% endif %}