Browse Source

templates: use owner's avatar as image of repository

Unknwon 8 years ago
parent
commit
60ee79363d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/base/head.tmpl

+ 1 - 0
templates/base/head.tmpl

@@ -29,6 +29,7 @@
 		<meta property="og:type" content="object" />
 		<meta property="og:title" content="{{.Repository.FullName}}">
 		<meta property="og:description" content="{{.Repository.Description}}">
+		<meta property="og:image" content="{{.Repository.Owner.AvatarLink}}" />
 	{{else}}
 		<meta property="og:url" content="{{AppUrl}}" />
 		<meta property="og:type" content="website" />