diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 7593593..4aafbcf 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,24 +1,40 @@ {% extends "!layout.html" %} +{% block extrahead %} + + + +{% endblock %} + {% block content %}
{{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}