From e5bbda739ce47304c415e74c5e7a9a905d9fd980 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 19 Oct 2011 19:12:03 +0200 Subject: [PATCH 1/2] Update to async version of Google Analytics tracking --- docs/_templates/layout.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index d6cb00e9..14113da6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -3,13 +3,13 @@ {% block footer %} {{ super() }} - {% endblock %} From ceb5753c81ce4966146f5d5d54cf113987afb916 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 19 Oct 2011 20:10:24 +0200 Subject: [PATCH 2/2] Move Google Analytics code to --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 14113da6..485debc5 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,6 +1,6 @@ {% extends "!layout.html" %} -{% block footer %} +{% block extrahead %} {{ super() }}