diff --git a/_includes/head.html b/_includes/head.html index 559291a..2b4aa4a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,10 +2,18 @@ - - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} + + {% if site.title %} + {{ site.title | escape }} + {% endif %} + {% if page.title %} + {% if site.title %} + – + {% endif %} + {{ page.title | escape }} + {% endif %} + -