diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 1d855ff..97505f0 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -15,16 +15,28 @@
{% if pagename == 'index' %}
+
{% elif pagename == '404' %}
{# No canonical on our 404 template. #}
{% else %}
+
{% endif %}
+
+
+
+
+
+ {%- if metatags is defined %}
+ {# FIXME: For some reason the `meta` dict is always empty. Extract the desc from the `metatags` text. #}
+
+ {%- endif %}
+