diff --git a/lektor/lektordata/project/templates/layout.html b/lektor/lektordata/project/templates/layout.html index ab6e8c0..16de4b3 100644 --- a/lektor/lektordata/project/templates/layout.html +++ b/lektor/lektordata/project/templates/layout.html @@ -7,9 +7,7 @@ -{% if this._path == '/' %} - -{% endif%} +{% if this._path == '/' %}{% endif%} {% if this._path == '/' %}Home — PCS{% else %}{% block title %}Welcome{% endblock %} — PCS{% endif%}