mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 06:34:24 -04:00
Use 48x48 as recommended size for favicon.ico
This commit is contained in:
parent
b03c5ee51c
commit
1d30ff79f1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue