Skip to content

Commit 51b7cae

Browse files
committed
assets: Update favicons
1 parent 8ca7929 commit 51b7cae

File tree

10 files changed

+120
-34
lines changed

10 files changed

+120
-34
lines changed
-10.7 KB
Loading
-30.9 KB
Loading
-5.37 KB
Loading
Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
---
2-
layout: compress
3-
---
4-
51
<?xml version="1.0" encoding="utf-8"?>
62
<browserconfig>
7-
<msapplication>
8-
<tile>
9-
<square150x150logo src="{{ '/assets/img/favicons/mstile-150x150.png' | relative_url }}" />
10-
<TileColor>#da532c</TileColor>
11-
</tile>
12-
</msapplication>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
139
</browserconfig>
-372 Bytes
Loading
-811 Bytes
Loading

assets/img/favicons/favicon.ico

0 Bytes
Binary file not shown.
-6.25 KB
Loading
Lines changed: 97 additions & 0 deletions
Loading
Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
1-
---
2-
layout: compress
3-
---
4-
5-
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
6-
71
{
8-
"name": "{{ site.title }}",
9-
"short_name": "{{ site.title }}",
10-
"description": "{{ site.description }}",
11-
"icons": [
12-
{
13-
"src": "{{ favicon_path }}/android-chrome-192x192.png",
14-
"sizes": "192x192",
15-
"type": "image/png"
16-
},
17-
{
18-
"src": "{{ favicon_path }}/android-chrome-512x512.png",
19-
"sizes": "512x512",
20-
"type": "image/png"
21-
}],
22-
"start_url": "{{ '/index.html' | relative_url }}",
23-
"theme_color": "#2a1e6b",
24-
"background_color": "#ffffff",
25-
"display": "fullscreen"
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
2619
}

0 commit comments

Comments
 (0)