@@ -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 | } |