Fix search highlighting not working

This commit is contained in:
Rapptz
2020-12-21 03:18:47 -05:00
parent ede7b4762a
commit 66ede7c5a0
2 changed files with 10 additions and 1 deletions

View File

@ -115,7 +115,7 @@
</div>
</aside>
{#- The actual body of the contents #}
<main class="grid-item">
<main class="grid-item" role="main">
{% block body %} {% endblock %}
</main>
{%- block footer %}