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 @@