From f23b4f1975ce03fa5a90f1420940762ce6d4f8b9 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 25 Apr 2022 08:39:13 -0700 Subject: [PATCH] Update theme color --- assets/manifest.webmanifest | 4 +++- layouts/partials/head.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/manifest.webmanifest b/assets/manifest.webmanifest index 7cfd1ac..02fd8cc 100644 --- a/assets/manifest.webmanifest +++ b/assets/manifest.webmanifest @@ -8,7 +8,9 @@ "short_name": "Seirdy", "description": "{{ .Site.Params.Description }}", "lang": "en-US", - "display": "browser", + "display": "minimal-ui", + "theme_color": "#0f0f0b", + "background_color": "#0f0f0b", "scope": "/", "start_url": "/", "icons": [ diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 81c4b56..180a749 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -31,7 +31,7 @@ - + {{- $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify | resources.Fingerprint "md5" -}}