Skip to content

Commit ffdc07a

Browse files
committed
favicon and reformatting
1 parent 6379939 commit ffdc07a

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

_layouts/default.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
{% seo %}
1111
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
12-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
13-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
14-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
15-
<link rel="manifest" href="/site.webmanifest">
12+
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
13+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
14+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
15+
<link rel="manifest" href="site.webmanifest">
1616
<!--[if lt IE 9]>
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
1818
<![endif]-->

site.webmanifest

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
}, {
9+
"src": "/android-chrome-512x512.png",
10+
"sizes": "512x512",
11+
"type": "image/png"
12+
}],
13+
"theme_color": "#ffffff",
14+
"background_color": "#ffffff",
15+
"display": "standalone"
16+
}

0 commit comments

Comments
 (0)