Commit 218203ff19b76bbb8f236ca13babbc5dfcfcbdd1
1 parent
e57ad02f
14.09.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -78,7 +78,7 @@ $this->registerJs(" |
78 | 78 | <title><?= Seo::widget([ 'row'=>'title'])?></title> |
79 | 79 | <?= Seo::widget([ 'row'=>'description'])?> |
80 | 80 | <?= Seo::widget([ 'row'=>'meta'])?> |
81 | - <?php $this->registerLinkTag(['rel' => 'canonical', 'href' => Yii::$app->urlManager->baseUrl.Yii::$app->request->url ]); ?> | |
81 | +<!-- --><?php //$this->registerLinkTag(['rel' => 'canonical', 'href' => Yii::$app->urlManager->baseUrl.Yii::$app->request->url ]); ?> | |
82 | 82 | <link rel="shortcut icon" href="<?= Yii::$app->urlManager->baseUrl ?>/img/favicon.ico" type="image/x-icon"/> |
83 | 83 | <?php $this->head () ?> |
84 | 84 | ... | ... |