mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 12:55:31 -04:00
fix /site.webmanifest
This commit is contained in:
@@ -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 }}">
|
||||
|
@@ -2,4 +2,3 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="{{ .Site.Title }}">
|
||||
<meta name="theme-color" content="#0e6dc2">
|
||||
<link rel="manifest" href="{{ "site.webmanifest" | absURL }}">
|
||||
|
Reference in New Issue
Block a user