From 4d06cb641926a1d7a69a2d6c0ff215c51a29a905 Mon Sep 17 00:00:00 2001 From: Steve Richards Date: Wed, 28 Oct 2020 17:38:29 +0000 Subject: [PATCH] Added Google Analytics --- docs/custom_theme/main.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/custom_theme/main.html diff --git a/docs/custom_theme/main.html b/docs/custom_theme/main.html new file mode 100644 index 0000000000..b6ad2467dd --- /dev/null +++ b/docs/custom_theme/main.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block analytics %} + + + +{% endblock %} \ No newline at end of file