From c3bc6b5311d80ddc9ecdc7108be158f8a0b2c7d2 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 1 Sep 2014 21:29:46 -0400 Subject: [PATCH 1/3] better titles --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 3c520a291274a..18f070403d252 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@ - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + {% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} From 14dfb68652f6ff534a1c26b1c9b597b2e76cbcdd Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 1 Sep 2014 21:31:26 -0400 Subject: [PATCH 2/3] better meta descriptions use post 'summary' if available; if not, fall back to site.description --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 18f070403d252..733a461fdea49 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,7 @@ {% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} - + From a1ba6a636b27caf9762f66e5d4396c5403c247cd Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 1 Sep 2014 21:43:10 -0400 Subject: [PATCH 3/3] use post categories for meta keywords if available --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index 733a461fdea49..eddac68403cc1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,6 +5,7 @@ + {% if page.categories %}{% endif %}