From 5e40ef4bc388036009d07a2edcbbfa9fc3976921 Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Sun, 4 Aug 2013 16:36:56 +0400 Subject: [PATCH] doc: add Google Analytics tracking code --- doc/_templates/layout.html | 14 ++++++++++++++ doc/real_index.html | 9 +++++++++ 2 files changed, 23 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 0000000..7c2c26d --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %} diff --git a/doc/real_index.html b/doc/real_index.html index d06c070..db83388 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -11,6 +11,15 @@ +