Use og:image to display avatar
So social sharing crawlers pickup a useful image
This commit is contained in:
parent
4646069704
commit
839ed3be8c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="{{ meta_description }}" />
|
||||
<meta name="og:image" content="{{ user.avatar_url }}" />
|
||||
<title>{{ user.name }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="{{ "/assets/styles.css" | relative_url }}" rel="stylesheet" type="text/css">
|
||||
|
|
Loading…
Reference in a new issue