mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-19 03:00:49 +00:00
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…
x
Reference in New Issue
Block a user