diff options
Diffstat (limited to 'docs/_templates/layout.html')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
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 %} |