diff --git a/mkdocs/themes/readthedocs/base.html b/mkdocs/themes/readthedocs/base.html
index f9bdfb58..ee1e3170 100644
--- a/mkdocs/themes/readthedocs/base.html
+++ b/mkdocs/themes/readthedocs/base.html
@@ -4,7 +4,9 @@
+ {% block htmltitle %}
{{ page_title }}
+ {% endblock %}
{# CSS #}
@@ -26,6 +28,7 @@
pre, code {font-size: 100%;}
h3, h4, h5, h6 {color: #2980b9; font-weight: 300}
+ {%- block extrahead %} {% endblock %}
@@ -62,7 +65,9 @@
{{ content }}
+ {%- block footer %}
{% include "footer.html" %}
+ {% endblock %}