diff --git a/templates/404.html b/templates/404.html
index 8d8d8c9..75bd9ad 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -7,5 +7,5 @@
404 - Page Not Found
It seems you've wandered off the beaten digital path.
Perhaps a quantum fluctuation, or maybe the page just packed up and left without a forwarding address.
- No worries, you can always navigate back to the /home/ and try again.
+ No worries, you can always navigate back to the /home/ and try again.
{% endblock content %}
diff --git a/templates/base.html b/templates/base.html
index 22c7474..615f6cf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -44,12 +44,13 @@
window.addEventListener('touchstart', loadGtag, { once: true });
{% endif %}
+ {% block extra_head %}{% endblock extra_head %}
{% set root_section = get_section(path="_index.md") %}
+{{ super() }}
{% endblock content %}