[mod] fix indentation
This commit is contained in:
parent
e6fd94a6c1
commit
1c7cd448e2
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user