add apple-touch-icon rel

This commit is contained in:
a 2024-06-05 12:42:53 -05:00
parent 78b1accb31
commit 0cb324d191

View file

@ -142,12 +142,12 @@
{{/* auxiliary info */}}
{{ "<!-- site presentation -->" | safeHTML }}
{{- with $icon }}
<link rel="shortcut icon" href='{{ .Permalink }}' sizes="{{.Width}}x{{.Height}}" />
<link rel="shortcut icon apple-touch-icon image_src" href='{{ .Permalink }}' sizes="{{.Width}}x{{.Height}}" />
{{- else -}}
<link rel="shortcut icon" href='{{ $staticIcon }}' />
<link rel="shortcut icon apple-touch-icon image_src" href='{{ $staticIcon }}' />
{{- end }}
<meta name="theme-color" content="#ffffff" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#CCE6FF" />
<meta name="msapplication-TileColor" content="#CCE6FF" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ .Site.BaseURL }}sitemap.xml" />
{{ with .OutputFormats.Get "RSS" -}}
<link href="{{ .Permalink }}" rel="feed alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />