Skip to content

Commit 1462f73

Browse files
authored
Merge pull request #89 from jobvs/pwa-tags
Add new template tags
2 parents 02ceec3 + 5b78662 commit 1462f73

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

index-rtl.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
{{themecss}}
1111
{{appicons}}
12-
12+
{{manifest}}
13+
{{startupimages}}
14+
1315
</head>
1416
<body dir="rtl">
1517
<div id="content"></div>

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99

1010
{{themecss}}
1111
{{appicons}}
12-
13-
<!-- STARTUP IMAGES -->
14-
<!-- <link href="resources/ios/startup/apple-touch-startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image"> -->
12+
{{manifest}}
13+
{{startupimages}}
1514

1615
</head>
1716
<body dir="ltr">

login-with-sso.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<meta name="apple-mobile-web-app-capable" content="yes" />
99

1010
{{themecss}}
11+
{{appicons}}
12+
{{manifest}}
13+
{{startupimages}}
1114

1215
</head>
1316

login.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="apple-mobile-web-app-capable" content="yes" />
99

1010
{{themecss}}
11+
{{appicons}}
12+
{{manifest}}
13+
{{startupimages}}
14+
1115
</head>
1216

1317
<body>

manifest-overrides.webmanifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"background_color": "#FFFFFF"
3+
}

0 commit comments

Comments
 (0)