diff options
Diffstat (limited to 'views/layouts')
| -rw-r--r-- | views/layouts/general-page.html | 4 |
1 files changed, 3 insertions, 1 deletions
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" }} + <title>{{.Content}} // SAYA.UZ</title> + {{- end }} {{- if eq .Property "og:description" }} <meta name="description" content="{{.Content}}" /> {{- end }} {{- if eq .Property "og:url" }} <link rel="canonical" href="{{.Content}}" /> |