From b9191cc61ae2546345b3d73aad80f54f48f4981e Mon Sep 17 00:00:00 2001 From: earaya Date: Wed, 11 Jul 2012 18:29:21 -0600 Subject: optimized order of styles and scripts in header --- .themes/classic/source/_includes/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.themes/classic') diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index d7abd6fd..ef46a6ee 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -20,10 +20,10 @@ + + {% include custom/head.html %} - - {% include custom/head.html %} {% include google_analytics.html %} -- cgit v1.2.1 From d5b491f7044c2d69d620c34aced2048f41295480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Wed, 30 Jan 2013 15:00:14 +0100 Subject: Async load of Facebook JS added async switch = TRUE to loader. According to Google PageSpeed the Facebook JS was not loaded async which blocks rendering of the page as long as the JS isn't fully loaded. --- .themes/classic/source/_includes/facebook_like.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes/classic') diff --git a/.themes/classic/source/_includes/facebook_like.html b/.themes/classic/source/_includes/facebook_like.html index 74f91307..d263e6d2 100644 --- a/.themes/classic/source/_includes/facebook_like.html +++ b/.themes/classic/source/_includes/facebook_like.html @@ -3,7 +3,7 @@ -- cgit v1.2.1