Skip to content

Commit

Permalink
Use absolute URL in og:image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrothenberg committed May 15, 2017
1 parent 6377f71 commit bf0a6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
<meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
<meta property="og:image" content="{{ site.baseurl }}/assets/img/playbook-og.png" />
<meta property="og:image" content="{{ site.url }}/assets/img/playbook-og.png" />
{% include tk-cache.html %}
{% include typekit.html %}

Expand Down

0 comments on commit bf0a6d9

Please sign in to comment.