Skip to content

Commit a7ed093

Browse files
committed
Add comments to all these meta tags
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent dd1b267 commit a7ed093

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

styles/all/template/event/overall_header_head_append.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
<!-- Ensure the app can be added to the home screen on iOS -->
12
<meta name="apple-mobile-web-app-capable" content="yes">
3+
4+
<!-- Ensure the app can be added to the home screen on Chrome -->
25
<meta name="mobile-web-app-capable" content="yes">
6+
7+
<!-- Sets the status bar style when the app is launched from the home screen on iOS -->
38
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9+
10+
<!-- The name of your app when saved to the iOS home screen -->
11+
<meta name="apple-mobile-web-app-title" content="{{ SHORT_SITE_NAME }}">
12+
13+
<!-- The name of your app when saved to other browsers and platforms -->
414
<meta name="application-name" content="{{ SHORT_SITE_NAME }}">
15+
16+
<!-- Link to app's configuration manifest -->
517
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
18+
19+
<!-- App icon for iOS, a fallback to icons defined in the manifest -->
620
{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ T_ICONS_PATH ~ U_TOUCH_ICON }}">{% endif %}
721

822
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}

0 commit comments

Comments
 (0)