From 2a579e546cb97e7aa33e8ff4685219974087df41 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Jun 2017 10:28:19 -0700 Subject: use flexbox order property to change order of content for screenreaders --- _layouts/docs.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '_layouts/docs.html') diff --git a/_layouts/docs.html b/_layouts/docs.html index feecf3875..2e0e1e85d 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -17,18 +17,19 @@
{% include docs-sidebar.html %}
-
-

{{ page.title }}

-

{{ page.description }}

- {% include ads.html %} - {{ content }} -
{% if page.toc %}
{{ content | toc_only }}
{% endif %} + +
+

{{ page.title }}

+

{{ page.description }}

+ {% include ads.html %} + {{ content }} +
-- cgit v1.2.3