diff --git a/themes/etch-custom/layouts/partials/head.html b/themes/etch-custom/layouts/partials/head.html
index d4952e5..72c88f1 100644
--- a/themes/etch-custom/layouts/partials/head.html
+++ b/themes/etch-custom/layouts/partials/head.html
@@ -4,16 +4,16 @@
{{ with .Site.Params.description -}}
{{ end }}
- {{- $icon_192 := resources.Get "/apple-touch-icon.png" | resources.Fingerprint "sha384" -}}
- {{ printf `` $icon_192.RelPermalink $icon_192.Data.Integrity | safeHTML }}
- {{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "sha384" -}}
- {{ printf `` $favicon.RelPermalink $favicon.Data.Integrity | safeHTML -}}
+ {{- $icon_192 := resources.Get "/apple-touch-icon.png" | resources.Fingerprint "md5" -}}
+ {{ printf `` $icon_192.RelPermalink | safeHTML }}
+ {{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}}
+ {{ printf `` $favicon.RelPermalink | safeHTML -}}
- {{ printf `` $icon_192.RelPermalink $icon_192.Data.Integrity | safeHTML }}
- {{ $mask_icon := resources.Get "/mask.svg" | resources.Fingerprint "sha384" -}}
- {{ printf `` $mask_icon.RelPermalink $mask_icon.Data.Integrity | safeHTML }}
+ {{ printf `` $icon_192.RelPermalink | safeHTML }}
+ {{ $mask_icon := resources.Get "/mask.svg" | resources.Fingerprint "md5" -}}
+ {{ printf `` $mask_icon.RelPermalink | safeHTML }}
{{ if eq .Site.BaseURL "https://envs.net/~seirdy/" -}}