diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,5 +1,21 @@ {% extends "!layout.html" %} +{% block extrahead %} + + + +{% endblock %} + {% block content %}
{{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}