Skip to content

Commit 2ffac34

Browse files
committed
Fix invalid syntax in site.webmanifest
1 parent 6106b16 commit 2ffac34

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

site.webmanifest

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
---
2-
---
3-
41
{
5-
"name": "{{ site.title_short }}",
6-
"short_name": "{{ site.title_short }}",
2+
"name": "DojoCon Japan",
3+
"short_name": "DojoCon Japan",
74
"icons": [
8-
{
9-
"src": "/img/android-chrome-192x192.png",
10-
"sizes": "192x192",
11-
"type": "image/png"
12-
},
13-
{
14-
"src": "/img/android-chrome-256x256.png",
15-
"sizes": "256x256",
16-
"type": "image/png"
17-
}
5+
{
6+
"src": "/img/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/img/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
1815
],
1916
"theme_color": "#ffffff",
2017
"background_color": "#ffffff",

0 commit comments

Comments
 (0)