|
|
@@ -238,6 +238,7 @@ class HtmlHelper extends Helper
|
|
|
'description' => ['name' => 'description', 'content' => $content],
|
|
|
'robots' => ['name' => 'robots', 'content' => $content],
|
|
|
'viewport' => ['name' => 'viewport', 'content' => $content],
|
|
|
+ 'canonical' => ['rel' => 'canonical', 'link' => $content]
|
|
|
];
|
|
|
|
|
|
if ($type === 'icon' && $content === null) {
|