From 48cd2d7ad109be7c5c93e2e51e89d0fad28acd6c Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 21 Oct 2021 18:23:59 -0700 Subject: [PATCH] Add meta tag for color scheme Done so that https://developer.chrome.com/blog/auto-dark-theme won't break images. --- layouts/partials/head.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2f2dd1e..7cba7e6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -16,6 +16,7 @@ {{- $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify | resources.Fingerprint "md5" -}} {{- printf `` $webmanifest.RelPermalink | safeHTML }} + @@ -53,6 +54,7 @@ {{ printf `` $og_image.Permalink | safeHTML }} +