Skip to content

Commit 2056640

Browse files
committed
Update seo_advanced.html
1 parent e2adb2c commit 2056640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/seo_advanced.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
{{- end }}
162162

163163
<!-- Mobile & Platform Experience -->
164-
<meta name="apple-mobile-web-app-capable" content="yes">
165-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
166-
<meta name="apple-mobile-web-app-title" content="{{ .Site.Title }}">
164+
<meta name="mobile-web-app-capable" content="yes">
165+
<meta name="mobile-web-app-status-bar-style" content="black-translucent">
166+
<meta name="mobile-web-app-title" content="{{ .Site.Title }}">
167167
<meta name="theme-color" content="{{ .Site.Params.assets.theme_color | default "#2e2e33" }}">

0 commit comments

Comments
 (0)