From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/_includes/footer.html | 2 ++ docs/_includes/header.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f962d19cc..75fb572e0 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -48,6 +48,8 @@ {% if page.slug == "customize" %} {% endif %} + + {% comment %} Inject Twitter widgets asynchronously. Snippet snipped from Twitter's diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 406b84cda..6f0227da2 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -36,8 +36,6 @@ {% endif %} - - -- cgit v1.2.3