From 5ef5195c8fd6e8701654a8ec156ec0c565519e35 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 16 Apr 2014 12:24:35 -0700 Subject: [PATCH] Add Google Analytics. --- doc/_templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/_templates/layout.html diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 00000000..5ea65848 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %} \ No newline at end of file