Ver Fonte

templates: use owner's avatar as image of repository

Unknwon há 8 anos atrás
pai
commit
60ee79363d
1 ficheiros alterados com 1 adições e 0 exclusões
  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" />