add apple-touch-icon in headers
This commit is contained in:
parent
b945432d87
commit
8502ea49d4
|
@ -61,6 +61,7 @@
|
|||
|
||||
{{- /* Favicons */}}
|
||||
<link rel="icon" href="{{ site.Params.favicon | default "favicon.ico" | absURL }}">
|
||||
<link rel="apple-touch-icon" href="{{ site.Params.appleTouchIcon | default "apple-touch-icon.png" | absURL }}">
|
||||
|
||||
{{- /* RSS */}}
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
|
|
Loading…
Reference in New Issue