Skip to content

Commit c3b5f3c

Browse files
committed
Test
Signed-off-by: Someshdiwan <[email protected]>
1 parent 826fece commit c3b5f3c

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

site/_layouts/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}" />
1212
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url }}" />
1313
<meta name="apple-mobile-web-app-title" content="Java" />
14-
1514
<link rel="manifest" href="/Java-Mastery/assets/site.webmanifest">
16-
<link rel="apple-touch-icon" sizes="180x180" href="/Java-Mastery/assets/apple-touch-icon.png">
17-
15+
<meta name="theme-color" content="#ffffff">
1816

1917
<!--<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}" />-->
2018

site/assets/site.webmanifest

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"short_name": "Java",
44
"start_url": "/Java-Mastery/",
55
"scope": "/Java-Mastery/",
6-
"display": "standalone",
7-
"theme_color": "#ffffff",
8-
"background_color": "#ffffff",
96
"icons": [
107
{
118
"src": "/Java-Mastery/assets/web-app-manifest-192x192.png",
@@ -18,18 +15,14 @@
1815
"sizes": "512x512",
1916
"type": "image/png",
2017
"purpose": "maskable"
21-
},
22-
{
23-
"src": "/Java-Mastery/assets/apple-touch-icon.png",
24-
"sizes": "180x180",
25-
"type": "image/png"
2618
}
27-
]
19+
],
20+
"display": "standalone",
21+
"theme_color": "#ffffff",
22+
"background_color": "#ffffff"
2823
}
2924

3025

31-
32-
3326
/*
3427
{
3528
"name": "Java",

0 commit comments

Comments
 (0)