|
|
@@ -11,9 +11,9 @@
|
|
|
|
|
|
<meta name="title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
|
|
|
<meta name="description" content="{{.Owner.Name}} has {{.Owner.NumRepos}} repositories available. Follow their code on Gitote.">
|
|
|
-<meta name="keywords" content="{{AppName}}, {{.Owner.Name}}, {{.Owner.FullName}}">
|
|
|
+<meta name="keywords" content="Gitote, {{.Owner.Name}}, {{.Owner.FullName}}">
|
|
|
|
|
|
-<meta property="og:site_name" content="{{AppName}}" />
|
|
|
+<meta property="og:site_name" content="Gitote" />
|
|
|
<meta property="og:url" content="{{.Owner.HTMLURL}}" />
|
|
|
<meta property="og:type" content="profile" />
|
|
|
<meta property="og:title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
|
|
|
@@ -30,7 +30,7 @@
|
|
|
<meta name="title" content="{{.Title}} · Issue #{{.Issue.Index}} · {{.Repository.FullName}}">
|
|
|
<meta name="description" content="{{if .Issue.RenderedContent}}{{IssueDesc .Issue.RenderedContent|Str2html}}{{end}}">
|
|
|
|
|
|
-<meta property="og:site_name" content="{{AppName}}" />
|
|
|
+<meta property="og:site_name" content="Gitote" />
|
|
|
<meta property="og:url" content="{{$.Link}}/{{.Index}}" />
|
|
|
<meta property="og:type" content="object" />
|
|
|
<meta property="og:title" content="{{.Title}} · Issue #{{.Issue.Index}} · {{.Repository.FullName}}">
|
|
|
@@ -46,9 +46,9 @@
|
|
|
|
|
|
<meta name="title" content="{{.Repository.FullName}}">
|
|
|
<meta name="description" content="{{.Repository.Description}}">
|
|
|
-<meta name="keywords" content="{{AppName}}, {{.Owner.Name}}, {{.Owner.FullName}}, {{.RepoName}}, {{.Owner.Name}}/{{.RepoName}}">
|
|
|
+<meta name="keywords" content="Gitote, {{.Owner.Name}}, {{.Owner.FullName}}, {{.RepoName}}, {{.Owner.Name}}/{{.RepoName}}">
|
|
|
|
|
|
-<meta property="og:site_name" content="{{AppName}}" />
|
|
|
+<meta property="og:site_name" content="Gitote" />
|
|
|
<meta property="og:url" content="{{.Repository.HTMLURL}}" />
|
|
|
<meta property="og:type" content="object" />
|
|
|
<meta property="og:title" content="{{.Repository.FullName}}">
|
|
|
@@ -62,19 +62,19 @@
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
-<meta name="title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
+<meta name="title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}Gitote | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
<meta name="description" content="{{.i18n.Tr "description"}}">
|
|
|
-<meta name="keywords" content="{{AppName}}, developer, git, vcs">
|
|
|
+<meta name="keywords" content="Gitote, developer, git, vcs">
|
|
|
|
|
|
<meta property="og:url" content="{{AppURL}}" />
|
|
|
<meta property="og:type" content="website" />
|
|
|
-<meta property="og:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
+<meta property="og:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}Gitote | {{.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="og:site_name" content="Gitote">
|
|
|
|
|
|
<meta property="twitter:card" content="summary" />
|
|
|
-<meta property="twitter:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}{{AppName}} | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
+<meta property="twitter:title" content="{{if .IsLogged}}{{.Title}}{{else}}{{if .Title}}{{.Title}} - {{end}}Gitote | {{.i18n.Tr "app_desc"}}{{end}}">
|
|
|
<meta property="twitter:description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta property="twitter:image" content="{{AppURL}}og.png" />
|
|
|
|