From 3e4a900279758667ebcaaa1683c86324b06ab6ec Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 7 Mar 2013 15:25:18 +0000 Subject: [PATCH] Adding google analytics --- docs/_templates/layout.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..8172f218 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,16 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %}