Set OpenGraph title to DisplayName in profile pages (#19206)

Co-authored-by: Lauris BH <lauris@nix.lv>
tokarchuk/v1.17
Nulo 3 years ago committed by GitHub
parent 5fe764b1eb
commit f36701c702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/base/head.tmpl

@ -71,7 +71,7 @@
</style>
</noscript>
{{if .PageIsUserProfile}}
<meta property="og:title" content="{{.Owner.Name}}" />
<meta property="og:title" content="{{.Owner.DisplayName}}" />
<meta property="og:type" content="profile" />
<meta property="og:image" content="{{.Owner.AvatarLink}}" />
<meta property="og:url" content="{{.Owner.HTMLURL}}" />

Loading…
Cancel
Save