🐛 Fix: site.webmanifest 404

This commit is contained in:
Cell
2022-01-13 20:23:34 +08:00
parent 85ec338b3d
commit 39ec0606eb
+3 -1
View File
@@ -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 }}" />