From 01914a9a0fe7b50e1e42c9468d189b1270f7d25f Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Fri, 3 Jan 2020 17:03:32 -0500 Subject: [PATCH] Update head.html --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}