From 39ec0606ebafd74ed636fd606c1636e6cf9d0b99 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 13 Jan 2022 20:23:34 +0800 Subject: [PATCH] :bug: Fix: site.webmanifest 404 --- layouts/partials/head/link.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head/link.html b/layouts/partials/head/link.html index e82c7f89..aa33c0cb 100644 --- a/layouts/partials/head/link.html +++ b/layouts/partials/head/link.html @@ -13,7 +13,9 @@ {{- with .Site.Params.app.iconColor -}} {{- end -}} - + {{- if eq .Site.Params.enablePWA true -}} + + {{- end -}} {{- end -}}