From b5c553950111a7b5634fd46bdae6e5985ed498df Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 25 Apr 2023 20:29:13 +0330 Subject: add hostname to page title Co-Authored-By: Alireza Ahmadi --- web/html/common/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html') diff --git a/web/html/common/head.html b/web/html/common/head.html index 5e8b1fef..168b1993 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -13,6 +13,6 @@ display: none; } - {{ i18n .title}} + {{ .host }}-{{ i18n .title}} {{end}} \ No newline at end of file -- cgit v1.2.3