mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Merge pull request #10 from manuhortet/patch-1
Fix bug in apple touch icon path
This commit is contained in:
commit
e0238c2510
@ -11,7 +11,7 @@
|
|||||||
{{ partial "inject.stylesheet.html" . }}
|
{{ partial "inject.stylesheet.html" . }}
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- 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">
|
<link rel="shortcut icon" href="/img/favicon.png">
|
||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
Loading…
Reference in New Issue
Block a user