From 0f7a99e8f4610f6024539345d46ee90b648d52f4 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 %}