From 9cea6f07308fdbc041601aa35c097d9f6b045d73 Mon Sep 17 00:00:00 2001 From: Valdir Stumm Junior Date: Fri, 2 Sep 2016 14:51:07 -0300 Subject: [PATCH] Add Segment Analytics to Documentation --- docs/_templates/layout.html | 16 ++++++++++++++++ 1 file changed, 16 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 000000000..a6f6cbda8 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,16 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %}