1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 08:01:16 -04:00

remove ugly safari pinned tab icon

This commit is contained in:
2020-08-23 11:30:36 -04:00
parent a04e33b705
commit 6c28ed85f1
3 changed files with 18 additions and 15 deletions

View File

@@ -1,9 +1,6 @@
{{- $appleIcon := resources.Get "img/apple-touch-icon.png" }}
<link rel="apple-touch-icon" href="{{ $appleIcon.Permalink }}" sizes="{{ $appleIcon.Width }}x{{ $appleIcon.Height }}">
{{- $safariIcon := resources.Get "img/safari-pinned-tab.svg" }}
<link rel="mask-icon" href="{{ $safariIcon.Permalink }}" color="#009cdf">
{{- range (split .pngSizes " ") }}
{{- $faviconPng := resources.Get (printf "img/favicon-%v.png" .) }}
<link rel="icon" href="{{ $faviconPng.Permalink }}" sizes="{{ . }}x{{ . }}">