Skip to content

Commit

Permalink
[refs #2] - Better open graph screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesf committed Aug 7, 2018
1 parent d3ac3a0 commit 67efe1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<meta name="twitter:creator" content="@filipesf">
<meta name="twitter:title" content="{{ site.title }} &ndash; {{ site.description }}">
<meta name="twitter:description" content="{{ site.headline }}">
<meta name="twitter:image" content="{{ '/assets/images/icon.png' | prepend: baseurl | prepend: site.url }}">
<meta name="twitter:image" content="{{ '/assets/images/screenshot.png' | prepend: baseurl | prepend: site.url }}">

<!-- Open Graph -->
<meta property="og:url" content="{{ page.url | prepend: baseurl | prepend: site.url }}" />
<meta property="og:type" content="article" />
<meta property="og:title" content="{{ site.title }} &ndash; {{ site.description }}" />
<meta property="og:description" content="{{ site.headline }}">
<meta property="og:image" content="{{ '/assets/images/icon.png' | prepend: baseurl | prepend: site.url}}" />
<meta property="og:image" content="{{ '/assets/images/screenshot.png' | prepend: baseurl | prepend: site.url}}" />

<!-- Application -->
<meta name="theme-color" content="#6741d9">
Expand Down
Binary file added source/assets/images/scrennshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67efe1b

Please sign in to comment.