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