Skip to content

Commit 4f40559

Browse files
committed
Update OpenGraph data
1 parent e74aec2 commit 4f40559

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
66
<meta name="description" content="{{ page.description }}"/>
77
<meta name="robots" content="index,follow,archive"/>
8-
<meta property="og:image" content="http://www.phptherightway.com/images/og-logo.png"/>
8+
<meta property="og:image" content="http://www.phptherightway.com/images/og-image.png"/>
9+
<meta property="og:image:width" content="1024"/>
10+
<meta property="og:image:width" content="640"/>
911
<meta property="og:title" content="PHP: The Right Way"/>
1012
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
1113
<meta property="og:url" content="http://www.phptherightway.com"/>

_layouts/page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
66
<meta name="description" content="{{ page.description }}"/>
77
<meta name="robots" content="index,follow,archive"/>
8-
<meta property="og:image" content="http://www.phptherightway.com/images/og-logo.png"/>
8+
<meta property="og:image" content="http://www.phptherightway.com/images/og-image.png"/>
9+
<meta property="og:image:width" content="1024"/>
10+
<meta property="og:image:width" content="640"/>
911
<meta property="og:title" content="PHP: The Right Way"/>
1012
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
1113
<meta property="og:url" content="http://www.phptherightway.com"/>

images/favicon.png

3.76 KB
Loading

images/og-image.png

10.2 KB
Loading

0 commit comments

Comments
 (0)