🔀 Merge pull request #789 from janurskremer/safari-fix

💄 Fix Safari status bar style
This commit is contained in:
James Panther
2024-01-20 10:58:28 +11:00
committed by GitHub
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>