diff options
| author | Mark Otto <[email protected]> | 2017-05-07 17:44:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-07 17:44:57 -0700 |
| commit | ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1 (patch) | |
| tree | 0ba0c5bc953dfcf9a29556dc0103e96325267b6f /docs/_layouts/default.html | |
| parent | 8c7fe6cf147e98fb5d8096f6e6536bcb4e207586 (diff) | |
| parent | 2a4be9a0c900b635548a27aa8022dca9c3061cef (diff) | |
| download | bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.tar.xz bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.zip | |
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index dab3d5665..e3642ac6d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,9 +12,9 @@ {% include nav-home.html %} - <div id="content"> + <main id="content" role="main"> {{ content }} - </div> + </main> {% include footer.html %} </body> |
