Fix front page title

This commit is contained in:
Oliver Davies 2018-09-10 20:22:22 +01:00
parent 46e4a65c7f
commit cbe07cc9f4

View file

@ -2,7 +2,7 @@
<html class="no-js" lang="en-GB">
<head>
<title>
{% if page.title is defined and page.url != '/.' %}
{% if page.title is defined and page.url != '//' %}
{{ page.title }} |
{% endif %}
{{ site.title }} - {{ site.subtitle }}