Merge pull request #9 from juicemia/fix-favicon-path

Fix bug in favicon path
This commit is contained in:
Radek Kozieł 2018-09-18 00:44:37 +02:00 committed by GitHub
commit 35cf3f4579
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="img/favicon.png">
<link rel="shortcut icon" href="/img/favicon.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />