From 6a47371a054cff1824e8f14a76662fcfb52e1579 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 1 Jun 2022 21:52:11 -0700 Subject: [PATCH] Cosmetic fixes - Drop copyright symbol: I put it there because certain programs explicitly look for it, but between rel=license, schema.org microdata, and creative commons RDFa, I think scrapers should be covered. - Update the theme-color and friends to work with my site's updated dark theme. --- assets/manifest.webmanifest | 4 ++-- layouts/_default/404.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/posts.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/manifest.webmanifest b/assets/manifest.webmanifest index fd667ea..0b0bef7 100644 --- a/assets/manifest.webmanifest +++ b/assets/manifest.webmanifest @@ -9,8 +9,8 @@ "description": "{{ .Site.Params.Description }}", "lang": "en-US", "display": "minimal-ui", - "theme_color": "#0f0f0b", - "background_color": "#0f0f0b", + "theme_color": "#191919", + "background_color": "#191919", "scope": "/", "start_url": "/", "icons": [ diff --git a/layouts/_default/404.html b/layouts/_default/404.html index 25ac8d6..4ce0ef8 100644 --- a/layouts/_default/404.html +++ b/layouts/_default/404.html @@ -15,7 +15,7 @@ {{ $favicon_base64 := $favicon.Content | base64Encode }} {{ printf `` $favicon_base64 | safeHTML }} - + {{- $resources := slice -}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3c0bfa4..5d6dfe3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@