mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix: site.webmanifest 404
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
{{- with .Site.Params.app.iconColor -}}
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="{{ . }}">
|
||||
{{- end -}}
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
{{- if eq .Site.Params.enablePWA true -}}
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
|
||||
Reference in New Issue
Block a user