diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index a57e094..7fc2b2d 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -2,4 +2,13 @@
{# Import the layout of the theme. #}
{% extends "!layout.html" %}
-{% set css_files = css_files + ['_static/default.css'] %}
\ No newline at end of file
+{% set css_files = css_files + ['_static/default.css'] %}
+
+{% block extrahead %}
+
+
+
+
+
+{% endblock %}