From 87bb2010eddfa6f0b6068166afef6731cb4e089b Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Fri, 3 Jan 2020 17:05:29 -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 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 %}