|
4 | 4 |
|
5 | 5 | <title>{% if page.title %}{{ page.title }} | {% endif %}PHPFlasher</title>
|
6 | 6 |
|
7 |
| -<meta property="og:title" content="{{ site.data.project.description }}"> |
| 7 | +<meta property="og:title" content="{{ site.data.project.title }}"> |
8 | 8 | <meta property="og:type" content="website">
|
9 | 9 | <meta property="og:url" content="https://php-flasher.io">
|
10 |
| -<meta property="og:image" content="https://php-flasher.io/dist/images/php-flasher-social-card.png"> |
11 |
| -<meta property="og:image:alt" content="{{ site.data.project.description }}" /> |
| 10 | +<meta property="og:image" content="https://php-flasher.io/dist/images/php-flasher-social-card.jpg"> |
| 11 | +<meta property="og:image:alt" content="{{ site.data.project.title }}" /> |
12 | 12 | <meta property="og:image:width" content="1024">
|
13 | 13 | <meta property="og:image:height" content="512">
|
14 | 14 | <meta property="og:description" content="{{ site.data.project.description }}">
|
15 | 15 | <meta property="og:site_name" content="PHPFlasher">
|
| 16 | +<meta property="og:locale" content="en_US" /> |
16 | 17 |
|
17 | 18 | <meta name="twitter:card" content="summary_large_image" />
|
18 | 19 | <meta name="twitter:creator" content="@yoeunes">
|
19 | 20 | <meta name="twitter:site" content="@phpflasher" />
|
20 |
| -<meta name="twitter:image:src" content="https://php-flasher.io/dist/images/php-flasher-social-card.png" /> |
| 21 | +<meta name="twitter:image:src" content="https://php-flasher.io/dist/images/php-flasher-social-card.jpg" /> |
21 | 22 | <meta name="twitter:image:alt" content="{{ site.data.project.description }}" />
|
22 |
| -<meta name="twitter:title" content="{{ site.data.project.description }}"> |
| 23 | +<meta name="twitter:title" content="{{ site.data.project.title }}"> |
| 24 | +<meta name="twitter:description" content="{{ site.data.project.description }}"> |
23 | 25 |
|
| 26 | +<meta name="publish_date" property="og:publish_date" content="2023-01-10"> |
| 27 | + |
| 28 | +<meta name="author" content="Younes KHOUBZA"> |
24 | 29 | <meta name="description" content="{{ page.description }}" />
|
25 | 30 |
|
26 | 31 | <link rel="icon" type="image/png" href="/dist/images/favicon.ico"/>
|
|
0 commit comments