From 5758d8bee41a0109406f127aee3cc4c8e82534ab Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 21 Nov 2013 22:33:40 +0100 Subject: [PATCH] correct meta title for front page --- _src/_includes/head.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_src/_includes/head.html b/_src/_includes/head.html index b902dad7..55a888ea 100644 --- a/_src/_includes/head.html +++ b/_src/_includes/head.html @@ -2,11 +2,15 @@ - {% if paginator.next_page != 2 %} + + {% if paginator.previous_page %} Page {{ paginator.page }} ¦ {{ page.title }} - {% else %} + {% elsif page.path contains '_posts' %} {{ page.title }} ¦ {{ site.name }} + {% else %} + {{ page.title }} ¦ {{ site.description }} {% endif %} + {% if page.description %}