From ea126bb7e8460c9521f05922f275ae2c69521429 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 16 Feb 2018 15:11:06 +0545 Subject: [PATCH] docs: add stats tracking --- docs/_templates/layout.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 42efa77e..ebc4c9da 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,2 +1,20 @@ {% extends "!layout.html" %} {% set css_files = css_files + ['_static/style.css'] %} + +{% block footer %} + {{ super() }} + + + +{% endblock %}