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