From 77e5a8ab7260164938fbf12f3c636c7989b723bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zadro=C5=BCny?= Date: Sun, 18 Mar 2018 17:45:11 +0100 Subject: [PATCH] docs template with analytics --- docs/_templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 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 0000000..ce222c3 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block extrabody %} +{{ super() }} + + + +{% endblock %}