diff --git a/_includes/head.html b/_includes/head.html index a153c763..30911b7b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,7 +9,15 @@ - + + + {% if page.title %} + {{ page.title }} | {{ site.title }} + + {% else %} + {{ site.title }} + + {% endif %} @@ -17,13 +25,6 @@ - - {% if page.title %} - {{ page.title }} | {{ site.title }} - {% else %} - {{ site.title }} - {% endif %} -