From b7c55b07f9b00dc70b5da901dd6b4cdab0a97b96 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Thu, 27 Jul 2023 15:43:24 +0200 Subject: [PATCH] Refactor Site-Wide Data --- templates/home.html | 2 +- templates/layout.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/home.html b/templates/home.html index 3130f02..d644703 100644 --- a/templates/home.html +++ b/templates/home.html @@ -60,7 +60,7 @@ Utilisateur·ices Groupes - Explorateur LDAP + Explorateur LDAP {{end}} diff --git a/templates/layout.html b/templates/layout.html index 5d69c38..7179a3a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -14,12 +14,12 @@ - GVoisins.org > {{template "title" .}} + {{ .Common.WebsiteName }} > {{template "title" .}}
-

App.LesGrandsVoisins.Com > {{ template "title" .}}

+

{{ .Common.WebsiteName }} > {{ template "title" .}}