Skip to content

Commit

Permalink
Merge pull request mattvh#341 from alexzelenuyk/add-og-image-metatag
Browse files Browse the repository at this point in the history
Explicetely set og:image meta tag
  • Loading branch information
mehmandarov authored Jan 29, 2019
2 parents ae777d7 + a570ebe commit 14afe2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<meta name=description content="{{ site.bio }}">
<meta name=author content="{{ site.name }}">
<meta property="og:image" content="{{ site.url }}/{{ site.picture }}">
<meta property="og:type" content="profile">

{% seo %}

Expand Down

0 comments on commit 14afe2f

Please sign in to comment.