We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe764b commit f36701cCopy full SHA for f36701c
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