Fix bug in apple touch icon path

Same correction was already done for the favicon.png path
This commit is contained in:
Manu Hortet 2018-10-02 12:09:38 +02:00 committed by GitHub
parent 35cf3f4579
commit 8171ebd182
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{{ partial "inject.stylesheet.html" . }}
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/img/favicon.png">
<!-- Twitter Card -->