From 604f114798d1e16b81633fe9b3be5a9df5f49728 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Tue, 14 Jan 2025 11:40:21 +0100 Subject: [PATCH] Eliminating unneccessary empty lines --- lektor/lektordata/project/templates/layout.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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%}