mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Use 48x48 as recommended size for favicon.ico
This commit is contained in:
parent
b03c5ee51c
commit
1d30ff79f1
@ -103,7 +103,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- /* Favicons */}}
|
{{- /* Favicons */}}
|
||||||
<link rel="icon" href="{{ site.Params.assets.favicon | default "favicon.ico" | absURL }}" sizes="any"><!-- 32×32 -->
|
<link rel="icon" href="{{ site.Params.assets.favicon | default "favicon.ico" | absURL }}" sizes="any"><!-- 48×48 -->
|
||||||
<link rel="icon" href="{{ site.Params.assets.icon | default "icon.svg" | absURL }}" type="image/svg+xml">
|
<link rel="icon" href="{{ site.Params.assets.icon | default "icon.svg" | absURL }}" type="image/svg+xml">
|
||||||
<link rel="apple-touch-icon" href="{{ site.Params.assets.apple_touch_icon | default "apple-touch-icon.png" | absURL }}"><!-- 180×180 -->
|
<link rel="apple-touch-icon" href="{{ site.Params.assets.apple_touch_icon | default "apple-touch-icon.png" | absURL }}"><!-- 180×180 -->
|
||||||
<link rel="manifest" href="{{ site.Params.assets.webmanifest | default "site.webmanifest" | absURL }}"><!-- 192x192 + 512x512 -->
|
<link rel="manifest" href="{{ site.Params.assets.webmanifest | default "site.webmanifest" | absURL }}"><!-- 192x192 + 512x512 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user