From 23c80bcadfd5a01a4804202bd9769379e8b4f26b Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Wed, 28 Jul 2021 16:27:12 +0100 Subject: [PATCH] Add google analytics (#171) * Add google analytics --- source/_templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_templates/layout.html b/source/_templates/layout.html index 353db607..33c82f7d 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -3,6 +3,20 @@ {# Include our new CSS file into existing ones. #} {% set bootswatch_css_custom = ['_static/jsonschema.css']%} +{%- block extrahead %} +{{ super() }} + + + +{% endblock %} + + {# Include some custom js #} {% set script_files = script_files + ['_static/jsonschema.js']%}