We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909804b commit ac2e99cCopy full SHA for ac2e99c
templates/base/head.tmpl
@@ -71,7 +71,7 @@
71
</style>
72
</noscript>
73
{{if .PageIsUserProfile}}
74
- <meta property="og:title" content="{{.Owner.Name}}" />
+ <meta property="og:title" content="{{.Owner.DisplayName}}" />
75
<meta property="og:type" content="profile" />
76
<meta property="og:image" content="{{.Owner.AvatarLink}}" />
77
<meta property="og:url" content="{{.Owner.HTMLURL}}" />
0 commit comments