diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index fc50f09..b47d6c2 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -2,4 +2,19 @@
{# Import the theme's layout. #}
{% extends "!layout.html" %}
-{% set css_files = css_files + ['_static/style.css'] %}
\ No newline at end of file
+{% set css_files = css_files + ['_static/style.css'] %}
+
+{% block footer %}
+{{ super() }}
+
+
+
+
+{% endblock %}
+