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 %} -