From 59f48fcee74300926f1dd7993d1dc81683f4499a Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 26 Jun 2014 16:21:16 -0400 Subject: [PATCH] Always show the site name and page title --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 513452c4b..077852334 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,7 +5,7 @@ - {% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %} + {{ site.name }} - {{ page.title }}