From 8b2aeaa3e83a2bc0d70c4d8d803f0dc1ef049c47 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 May 2026 13:16:12 +0700 Subject: fix: add title property in head --- views/layouts/general-page.html | 4 +++- views/pages/global-map.html | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index d787c16..4230a57 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -13,7 +13,9 @@ .Content}}content="{{.}}" {{end}} /> - {{- if eq .Property "og:description" }} + {{- if eq .Property "og:title" }} + {{.Content}} // SAYA.UZ + {{- end }} {{- if eq .Property "og:description" }} {{- end }} {{- if eq .Property "og:url" }} diff --git a/views/pages/global-map.html b/views/pages/global-map.html index 1501111..a6dc006 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -4,6 +4,7 @@ + {{ .L.GlobalMap.Header }} // SAYA.UZ