@@ -40,11 +40,11 @@ |
||
40 | 40 | protected function getMetaTags() |
41 | 41 | { |
42 | 42 | return [ |
43 | - ['property' => 'og:url', 'content' => '{url}'], |
|
44 | - ['property' => 'og:type', 'content' => 'website'], |
|
45 | - ['property' => 'og:title', 'content' => '{title}'], |
|
43 | + ['property' => 'og:url', 'content' => '{url}'], |
|
44 | + ['property' => 'og:type', 'content' => 'website'], |
|
45 | + ['property' => 'og:title', 'content' => '{title}'], |
|
46 | 46 | ['property' => 'og:description', 'content' => '{description}'], |
47 | - ['property' => 'og:image', 'content' => '{imageUrl}'], |
|
47 | + ['property' => 'og:image', 'content' => '{imageUrl}'], |
|
48 | 48 | ]; |
49 | 49 | } |
50 | 50 | } |
@@ -58,10 +58,10 @@ |
||
58 | 58 | protected function getMetaTags() |
59 | 59 | { |
60 | 60 | return [ |
61 | - ['name' => 'twitter:card', 'content' => 'summary_large_image'], |
|
62 | - ['name' => 'twitter:title', 'content' => '{title}'], |
|
63 | - ['name' => 'twitter:description', 'content' => '{description}'], |
|
64 | - ['name' => 'twitter:image', 'content' => '{imageUrl}'], |
|
61 | + ['name' => 'twitter:card', 'content' => 'summary_large_image'], |
|
62 | + ['name' => 'twitter:title', 'content' => '{title}'], |
|
63 | + ['name' => 'twitter:description', 'content' => '{description}'], |
|
64 | + ['name' => 'twitter:image', 'content' => '{imageUrl}'], |
|
65 | 65 | ]; |
66 | 66 | } |
67 | 67 | } |