Skip to content

Commit 748f180

Browse files
committed
Make the Open Graph debugger happy.
Why they don't comply with their own spec is beyond me.
1 parent 6cebcba commit 748f180

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_includes/og.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<meta property="og:type" content="website" />
22
<meta property="og:title" content="{{ site.title }}" />
33
<meta property="og:url" content="{{ site.url }}" />
4+
<meta property="og:image" content="{{ site.url }}{% link img/logos/pythonfrederick.jpg %}" />
45
<meta property="og:image:url" content="{{ site.url }}{% link img/logos/pythonfrederick.jpg %}" />
56
<meta property="og:image:width" content="600" />
67
<meta property="og:image:height" content="596" />

0 commit comments

Comments
 (0)