Pārlūkot izejas kodu

Updated User Page Desc

Yoginth 7 gadi atpakaļ
vecāks
revīzija
b8a4ff4dfd
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      templates/base/meta.tmpl

+ 3 - 3
templates/base/meta.tmpl

@@ -10,19 +10,19 @@
 {{else if .PageIsUserProfile}}
 
 <meta name="title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
-<meta name="description" content="{{.Owner.FullName}} has {{.Owner.NumFollowers}} followers and is following {{.Owner.NumFollowing}} people.">
+<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 property="og:site_name" content="{{AppName}}" />
 <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}}">
-<meta property="og:description" content="{{.Owner.FullName}} has {{.Owner.NumFollowers}} followers and is following {{.Owner.NumFollowing}} people.">
+<meta property="og:description" content="{{.Owner.Name}} has {{.Owner.NumRepos}} repositories available. Follow their code on Gitote.">
 <meta property="og:image" content="{{.Owner.AvatarLink}}?s=250" />
 
 <meta property="twitter:card" content="summary" />
 <meta property="twitter:title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
-<meta property="twitter:description" content="{{.Owner.FullName}} has {{.Owner.NumFollowers}} followers and is following {{.Owner.NumFollowing}} people.">
+<meta property="twitter:description" content="{{.Owner.Name}} has {{.Owner.NumRepos}} repositories available. Follow their code on Gitote.">
 <meta property="twitter:image" content="{{.Owner.AvatarLink}}?s=250" />
 
 {{else if .PageIsIssueConversation}}