[mod] fix indentation
This commit is contained in:
parent
e6fd94a6c1
commit
1c7cd448e2
@ -1,11 +1,13 @@
|
||||
{% 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 %}
|
||||
|
||||
<section class="html">
|
||||
<center>
|
||||
{{ section.html }}
|
||||
</center>
|
||||
<center>
|
||||
{{ section.html }}
|
||||
</center>
|
||||
</section>
|
||||
|
||||
{% if section.background or section.color %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user