Commit e7a73632a96bc98da3b524e9d5a4839e396b1583
1 parent
18e80bdf
redo favicon
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | <meta charset="<?= \Yii::$app->charset ?>"> |
78 | 78 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
79 | 79 | <?= Html::csrfMetaTags() ?> |
80 | - <link type="image/x-icon" href="/favicon.ico" rel="icon"> | |
80 | + <link type="image/x-icon" href="/img/favicon.ico" rel="icon"> | |
81 | 81 | <title><?= Html::encode($seo->title) ?></title> |
82 | 82 | <?php $this->head() ?> |
83 | 83 | </head> | ... | ... |