|
|
@@ -68,19 +68,19 @@
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
- <meta name="title" content="{{AppName}}">
|
|
|
+ <meta name="title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
<meta name="description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta name="keywords" content="{{AppName}}">
|
|
|
|
|
|
<meta property="og:url" content="{{AppURL}}" />
|
|
|
<meta property="og:type" content="website" />
|
|
|
- <meta property="og:title" content="{{AppName}}">
|
|
|
+ <meta property="og:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
<meta property="og:description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta property="og:image" content="{{AppURL}}og.png" />
|
|
|
<meta property="og:site_name" content="{{AppName}}">
|
|
|
|
|
|
<meta property="twitter:card" content="summary" />
|
|
|
- <meta property="twitter:title" content="{{AppName}}">
|
|
|
+ <meta property="twitter:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
<meta property="twitter:description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta property="twitter:image" content="{{AppURL}}og.png" />
|
|
|
|