From b34270174e81723c6e9fdb0888ab9928b485e359 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 27 Mar 2010 15:38:52 +0100 Subject: [PATCH] Add Google Analytics tracking to docs --- docs/_templates/layout.html | 15 +++++++++++++++ 1 file changed, 15 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..d6cb00e9 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,15 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %}