diff --git a/templates/base.html b/templates/base.html
index e13951d..12d2b4f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,8 +23,10 @@
-
-
+
+
+
+
{% endblock head %}
diff --git a/templates/index.html b/templates/index.html
index 3004abb..68464e2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,7 +7,7 @@
{{ super() }}
-
+
{% endblock head %}
{% block content %}
diff --git a/templates/page.html b/templates/page.html
index 7e31160..6a62f84 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -16,6 +16,13 @@
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [ ['$$','$$'], ['\[','\]'] ]}});
{% endif %}
+
+
+
+{% if page.description %}
+
+{% endif %}
+
{% endblock head %}
{% block profile %}
diff --git a/templates/section.html b/templates/section.html
index 7d61741..5f97a2b 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -3,6 +3,11 @@
{{section.title}}
{% endblock title %}
+{% block head %}
+{{ super() }}
+
+{% endblock head %}
+
{% block content %}
{{section.content | safe}}