diff --git a/_includes/head.html b/_includes/head.html
index 9a0c7c0..c27c8ea 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -5,7 +5,7 @@
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
- {% capture description %}{% if page.description %}{{ page.description }}{% elsif page.title %}{{ content | raw_content }}{% else %}{{ site.description }}{% endif %}{% endcapture %}
+ {% capture description %}{{ page.excerpt }}{% endcapture %}
{% capture keywords %}{% if page.keywords %}{{ page.keywords }}{% elsif page.title %}{{""}}{% else %}{{ site.keywords }}{% endif %}{% endcapture %}