mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Add rel="apple-touch-icon"
Add rel="apple-touch-icon" to use favicon as desktop icon for iOS devices
This commit is contained in:
parent
c1fcec95a6
commit
8e55c3e1be
@ -18,7 +18,8 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{ with .Site.Params.favicon }}
|
{{ with .Site.Params.favicon }}
|
||||||
<link rel="shortcut icon" href="{{ . }}" />
|
<link rel="shortcut icon" href="{{ . }}" >
|
||||||
|
<link rel="apple-touch-icon" href="{{ . }}"/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- template "_internal/google_analytics.html" . -}}
|
{{- template "_internal/google_analytics.html" . -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user