diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html
index c5cd2d9..727ba48 100644
--- a/.themes/classic/source/_includes/head.html
+++ b/.themes/classic/source/_includes/head.html
@@ -6,6 +6,7 @@
{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}
+
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}{% if description.length %}
{% endif %}