mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Fix bug in apple touch icon path
Same correction was already done for the favicon.png path
This commit is contained in:
parent
ac82c83a64
commit
afea4aa256
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user