瀏覽代碼

Updated User Page Desc

Yoginth 7 年之前
父節點
當前提交
b8a4ff4dfd
共有 1 個文件被更改,包括 3 次插入3 次删除
  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}}