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