[mod] fix indentation
This commit is contained in:
parent
081ce9df64
commit
aa6df3edbd
@ -1,9 +1,11 @@
|
||||
{% if section.background or section.color %}
|
||||
<div class="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
|
||||
<div class="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
|
||||
{% endif %}
|
||||
|
||||
<section class="text">
|
||||
{{ section.text }}
|
||||
</section>
|
||||
|
||||
{% if section.background or section.color %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user