add favicon to head
This commit is contained in:
parent
789eb4aac5
commit
eba35107bd
|
@ -15,5 +15,7 @@
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
|
<link rel="shortcut icon" href="/assets/images/favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue