From 12cd7369f47a572631a20807c06966ee98340cad Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 31 Mar 2015 00:49:22 -0700 Subject: [PATCH] only include description meta tag when there is a page-specific description --- _includes/head.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index e95404a..38b2153 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,10 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + + {% if page.subtitle %} + + {% endif %} @@ -64,4 +67,4 @@ {% endif %} - \ No newline at end of file +