diff --git a/docs b/docs index 6a12543..6615281 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 6a12543461144fc164942c79a0b1457fd6284779 +Subproject commit 6615281c7e436a256166470998bbd7f823cb6165 diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 1b844dc..1873138 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -1,5 +1,17 @@ {% extends "!layout.html" %} +{% block extrahead %} +{{ super() }} + + + +{% endblock %} + {% block footer %} {{ super() }} @@ -13,4 +25,4 @@ ga('send', 'pageview'); -{% endblock %} \ No newline at end of file +{% endblock %}