diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 666246a18a..68d14af51d 100644 --- a/templates/base/head.tmpl +++ b/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}}" /> |