Skip to content

Commit 4309e32

Browse files
committed
added favicons
1 parent b20ace8 commit 4309e32

File tree

9 files changed

+32
-0
lines changed

9 files changed

+32
-0
lines changed

_includes/head/custom.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
2+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
3+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
4+
<link rel="manifest" href="/site.webmanifest">
5+
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#5bbad5">
6+
<meta name="msapplication-TileColor" content="#2d89ef">
7+
<meta name="theme-color" content="#ffffff">

assets/css/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ html {
2828
font-size: larger;
2929
}
3030

31+
/* change footer bgcolor to text color of air theme */
32+
#footer.page__footer {
33+
background-color: #222831;
34+
}
35+
3136
/* portfolio pages contain lost of text, added custom font size for this one */
3237
body.portfoliopost {
3338
.page__content {
555 KB
Loading

assets/images/apple-touch-icon.png

2.74 KB
Loading

assets/images/favicon-16x16.png

442 Bytes
Loading

assets/images/favicon-32x32.png

700 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading

favicon.ico

14.7 KB
Binary file not shown.

site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
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"
19+
}

0 commit comments

Comments
 (0)