@@ -57,10 +57,10 @@ |
||
57 | 57 | protected function getMetaTags() |
58 | 58 | { |
59 | 59 | return [ |
60 | - ['name' => 'twitter:card', 'content' => 'summary_large_image'], |
|
61 | - ['name' => 'twitter:title', 'content' => '{title}'], |
|
62 | - ['name' => 'twitter:description', 'content' => '{description}'], |
|
63 | - ['name' => 'twitter:image', 'content' => '{imageUrl}'] |
|
60 | + ['name' => 'twitter:card', 'content' => 'summary_large_image'], |
|
61 | + ['name' => 'twitter:title', 'content' => '{title}'], |
|
62 | + ['name' => 'twitter:description', 'content' => '{description}'], |
|
63 | + ['name' => 'twitter:image', 'content' => '{imageUrl}'] |
|
64 | 64 | ]; |
65 | 65 | } |
66 | 66 | } |
@@ -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 | } |