Merge pull request #7541 from mgeier/body-clearer

basic theme: Add a "clearer" at the end of the "body".
This commit is contained in:
Takeshi KOMIYA 2020-04-23 22:43:53 +09:00 committed by GitHub
commit 5c29afcf7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,6 +181,7 @@
{%- endif %}
<div class="body" role="main">
{% block body %} {% endblock %}
<div class="clearer"></div>
</div>
{%- if render_sidebar %}
</div>