We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cebcba commit 748f180Copy full SHA for 748f180
1 file changed
_includes/og.html
@@ -1,6 +1,7 @@
1
<meta property="og:type" content="website" />
2
<meta property="og:title" content="{{ site.title }}" />
3
<meta property="og:url" content="{{ site.url }}" />
4
+<meta property="og:image" content="{{ site.url }}{% link img/logos/pythonfrederick.jpg %}" />
5
<meta property="og:image:url" content="{{ site.url }}{% link img/logos/pythonfrederick.jpg %}" />
6
<meta property="og:image:width" content="600" />
7
<meta property="og:image:height" content="596" />
0 commit comments