From b42547a7787fcb7c941ce0fe751d82fa11633976 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Tue, 14 Jan 2025 14:02:49 +0100 Subject: [PATCH] Added viewport meta tag for SEO reasons --- lektor/lektordata/project/templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lektor/lektordata/project/templates/layout.html b/lektor/lektordata/project/templates/layout.html index 3574aaf..0f601db 100644 --- a/lektor/lektordata/project/templates/layout.html +++ b/lektor/lektordata/project/templates/layout.html @@ -8,6 +8,7 @@ {% if this._path == '/' %}{% endif%} + {% if this._path == '/' %}Home — PCS{% else %}{% block title %}Welcome{% endblock %} — PCS{% endif%}