From 5560c1b0ca826ce3768b0cb8f4c183a2b57693a0 Mon Sep 17 00:00:00 2001 From: Kyle Barbary Date: Sun, 15 Feb 2015 18:06:11 -0800 Subject: [PATCH] add google analytics to docs --- docs/_templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 42f03139..cde451e5 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -15,3 +15,17 @@ {% endblock %} + + +{% block footer %} +{{ super() }} + +{% endblock %}