💄 Fix Safari status bar style

Add status bar style meta tag in head.html, add setting same value in appearance.js
This commit is contained in:
Jan Kremer
2024-01-19 20:02:44 +01:00
committed by GitHub
parent c8f648d5c2
commit 088be03f0b
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="rgb(255,255,255)" />
<meta name="apple-mobile-web-app-status-bar-style" content="rgb(255,255,255)" />
{{/* Title */}}
{{ if .IsHome -}}
<title>{{ .Site.Title | emojify }}</title>