diff --git a/templates/base.html b/templates/base.html
index 574a7d0..d3d4e88 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,6 +23,43 @@
{% endblock title %}
{% include "includes/meta_tags.html" %}
+
+
+
+
+
+
+
+
+
+
+ {# Allow child templates to inject page-specific alternates into the head #}
+ {% block extra_head %}
+ {% endblock extra_head %}