diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 297ab9ef..d5157b62 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,6 +1,11 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/style.css'] %}
+{% block extrahead %}
+
+ {{ super() }}
+{% endblock %}
+
{% block footer %}
{{ super() }}