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