diff --git a/_layouts/website/page.html b/_layouts/website/page.html
index aa3c4054..af010e66 100644
--- a/_layouts/website/page.html
+++ b/_layouts/website/page.html
@@ -1,5 +1,12 @@
{% extends template.self %}
+{% block head %}
+ {{ super() }}
+ {% if book.markdownAlternate %}
+
+ {% endif %}
+{% endblock %}
+
{% block page %}