|
|
@@ -3,6 +3,8 @@
|
|
|
<meta name="_csrf" content="{{.CSRFToken}}" />
|
|
|
<meta name="_suburl" content="{{AppSubURL}}" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
+<meta name="hostname" content="{{AppURL}}">
|
|
|
+<link rel="canonical" href="{{AppURL}}" />
|
|
|
|
|
|
{{if .PageIsAdmin}}
|
|
|
{{else if .PageIsUserProfile}}
|
|
|
@@ -62,7 +64,7 @@
|
|
|
|
|
|
<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 name="keywords" content="{{AppName}}, developer, git, vcs">
|
|
|
|
|
|
<meta property="og:url" content="{{AppURL}}" />
|
|
|
<meta property="og:type" content="website" />
|