Merge pull request #469 from lychichem/patch-1

Fix favicon path
This commit is contained in:
hamza zia 2018-10-11 03:08:18 +08:00 committed by GitHub
commit 07f159e8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<!-- {{{ head --> <!-- {{{ head -->
<head> <head>
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="../favicon.ico" />
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">