mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 11:10:37 +02:00
Update OpenGraph data
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
||||||
<meta name="description" content="{{ page.description }}"/>
|
<meta name="description" content="{{ page.description }}"/>
|
||||||
<meta name="robots" content="index,follow,archive"/>
|
<meta name="robots" content="index,follow,archive"/>
|
||||||
<meta property="og:image" content="http://www.phptherightway.com/images/og-logo.png"/>
|
<meta property="og:image" content="http://www.phptherightway.com/images/og-image.png"/>
|
||||||
|
<meta property="og:image:width" content="1024"/>
|
||||||
|
<meta property="og:image:width" content="640"/>
|
||||||
<meta property="og:title" content="PHP: The Right Way"/>
|
<meta property="og:title" content="PHP: The Right Way"/>
|
||||||
<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"/>
|
<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"/>
|
||||||
<meta property="og:url" content="http://www.phptherightway.com"/>
|
<meta property="og:url" content="http://www.phptherightway.com"/>
|
||||||
|
@@ -5,7 +5,9 @@
|
|||||||
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
||||||
<meta name="description" content="{{ page.description }}"/>
|
<meta name="description" content="{{ page.description }}"/>
|
||||||
<meta name="robots" content="index,follow,archive"/>
|
<meta name="robots" content="index,follow,archive"/>
|
||||||
<meta property="og:image" content="http://www.phptherightway.com/images/og-logo.png"/>
|
<meta property="og:image" content="http://www.phptherightway.com/images/og-image.png"/>
|
||||||
|
<meta property="og:image:width" content="1024"/>
|
||||||
|
<meta property="og:image:width" content="640"/>
|
||||||
<meta property="og:title" content="PHP: The Right Way"/>
|
<meta property="og:title" content="PHP: The Right Way"/>
|
||||||
<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"/>
|
<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"/>
|
||||||
<meta property="og:url" content="http://www.phptherightway.com"/>
|
<meta property="og:url" content="http://www.phptherightway.com"/>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 4.0 KiB |
BIN
images/og-image.png
Normal file
BIN
images/og-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user