Skip to content

Commit

Permalink
fix: set app-mobile-web-app-status-bar-style to black
Browse files Browse the repository at this point in the history
fixes #280
  • Loading branch information
reuixiy committed Dec 16, 2020
1 parent 9d7ce99 commit 91bba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ $appleTouchIcon | relURL }}" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="{{ .Site.Title }}" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="{{ .Site.Title }}" />
<meta name="msapplication-starturl" content="{{ $msApplicationStartURL }}" />
Expand Down

0 comments on commit 91bba2a

Please sign in to comment.