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 %}