From c81be7792990a2da0d60bf61b876db85bba9a61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20Lo=C3=AFc?= Date: Fri, 5 May 2017 11:10:28 +0200 Subject: Add missing
element to documentation includes explicit `role="main"` for IE10/IE11 compatibility --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_layouts/default.html') 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 %} -
+
{{ content }} -
+
{% include footer.html %} -- cgit v1.2.3 From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/_layouts/default.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/_layouts/default.html (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index e3642ac6d..000000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - {% include header.html %} - - - -
- Skip to main content -
-
- - {% include nav-home.html %} - -
- {{ content }} -
- - {% include footer.html %} - - -- cgit v1.2.3