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