From 03601528ecbcb10026cad0f318709a9e8726cab3 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 17:55:02 +0100 Subject: [PATCH] fixing position of the script --- docs/_templates/layout.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 23651ab..1ae6b8b 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -63,6 +63,14 @@ ga('create', 'UA-37242602-11', 'auto'); ga('send', 'pageview'); + + {% endblock %} {# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #} @@ -120,13 +128,4 @@
{% if show_copyright %}

©{{ copyright }}

{% endif %} -{% endblock %} - - - \ No newline at end of file +{% endblock %} \ No newline at end of file