Fixed home page title

Fixes #27
This commit is contained in:
Oliver Davies 2016-06-14 08:48:57 +01:00
parent 83d27dd7b2
commit 59587f5136
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% spaceless %}<title>
{% if page.front %}
{% if page.url == '/.' %}
{{ site.subtitle }} | {{ site.title }}
{% else %}
{{ page.title }} | {{ site.title }}