1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 18:05:32 -04:00

fix /site.webmanifest

This commit is contained in:
2020-04-25 21:44:17 -04:00
parent adfa73b5fc
commit b8166296ef
7 changed files with 16 additions and 15 deletions

View File

@@ -13,3 +13,5 @@
{{- range (split .icoSizes " ") }}{{ $s = $s | append (printf "%vx%v" . .) }}{{ end }}
{{- $faviconIco := resources.Get "img/favicon.ico" }}
<link rel="shortcut icon" href="{{ $faviconIco.Permalink }}" sizes="{{ delimit $s " " }}">
<link rel="manifest" href="{{ "site.webmanifest" | absURL }}">