Fix content wrapper class name whitespace
This commit is contained in:
parent
8add82b28f
commit
044b80546d
|
@ -44,7 +44,7 @@
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="content {{'content--divided' if isContentDivided }}">
|
<div class="content{{' content--divided' if isContentDivided }}">
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue