From 9e407683ec7d98f8264152fb9c91a8df48e6ed1b Mon Sep 17 00:00:00 2001 From: Christopher O'Brien Date: Sat, 15 Feb 2014 23:35:46 -0500 Subject: [PATCH] adding google analytics tracking --- docs/_templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 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 0000000..c72949f --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %}