Fix content wrapper class name whitespace

This commit is contained in:
Helen Chong 2024-05-28 15:23:56 +08:00
parent 8add82b28f
commit 044b80546d
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}