From e6ce937766d504adbc7d3bc36b0fb1bbca04dd37 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Fri, 10 Jan 2020 19:00:47 -0500 Subject: [PATCH] Update head.html --- _includes/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 7991c75..d5463d4 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,19 +6,19 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} {% capture description %}{{ page.content }}{% endcapture %} - + {% capture keywords %}{% if page.keywords %}{{ page.keywords }}{% elsif page.title %}{{""}}{% else %}{{ site.keywords }}{% endif %}{% endcapture %} -