Fix front page title
This commit is contained in:
parent
46e4a65c7f
commit
cbe07cc9f4
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue