From 057491d0a4a8eca1588d6594da13d7af218bbbb6 Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sat, 29 Oct 2022 22:28:49 +0330 Subject: [PATCH] update: user i18n to show title --- web/html/common/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/common/head.html b/web/html/common/head.html index 819f436e..f34ce62f 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -12,6 +12,6 @@ display: none; } - {{.title}} + {{ i18n .title}} {{end}} \ No newline at end of file