aboutsummaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index d4571f7c..946cb891 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -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 %}