From 7eb85d72a4b5438796fea8c6cd38fc35881323c7 Mon Sep 17 00:00:00 2001 From: Manuel Roth Date: Fri, 13 May 2016 14:42:31 +0200 Subject: [PATCH] Move script includes to head --- _includes/google_analytics.html | 3 --- _layouts/default.html | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/google_analytics.html b/_includes/google_analytics.html index a83430e..b7aa196 100644 --- a/_includes/google_analytics.html +++ b/_includes/google_analytics.html @@ -38,6 +38,3 @@ var w = window; w.addEventListener ? w.addEventListener("load",function(){document.body.addEventListener("click",_gaLt,!1)},!1) : w.attachEvent && w.attachEvent("onload",function(){document.body.attachEvent("onclick",_gaLt)}); - - - diff --git a/_layouts/default.html b/_layouts/default.html index b4f08cb..3e6daaa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,6 +14,9 @@ {% include twitter_tags.html %} + + +