Skip to content

Commit d69a9e7

Browse files
committed
1 parent 68af688 commit d69a9e7

File tree

8 files changed

+49
-20
lines changed

8 files changed

+49
-20
lines changed

_includes/head.html

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,14 @@
1111
</title>
1212

1313
<link rel="stylesheet" href="{{ 'styles.css' | relative_url }}">
14-
{% if site.mobile-icons %}
15-
<!-- iPhone(first generation or 2G), iPhone 3G, iPhone 3GS -->
16-
<link rel="apple-touch-icon" sizes="57x57" href="{{ '/assets/touch-icon-iphone-precomposed.png' | relative_url }}">
17-
<!-- iPad and iPad mini @1x -->
18-
<link rel="apple-touch-icon" sizes="76x76" href="{{ '/assets/touch-icon-ipad-precomposed.png' '| relative_url }}">
19-
<!-- iPhone 4, iPhone 4s, iPhone 5, iPhone 5c, iPhone 5s, iPhone 6, iPhone 6s -->
20-
<link rel="apple-touch-icon" sizes="120x120" href="{{ '/assets/touch-icon-iphone-retina-precomposed.png' | relative_url }}">
21-
<!-- iPad and iPad mini @2x -->
22-
<link rel="apple-touch-icon" sizes="152x152" href="{{ '/assets/touch-icon-ipad-retina-precomposed.png' | relative_url }}">
23-
<!-- iPad Pro -->
24-
<link rel="apple-touch-icon" sizes="167x167" href="{{ '/assets/touch-icon-ipad-pro-precomposed.png' | relative_url }}">
25-
<!-- iPhone 6 Plus and iPhone 6s Plus -->
26-
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/touch-icon-iphone-6-plus-precomposed.png' | relative_url }}">
27-
<!-- Android Devices High Resolution -->
28-
<link rel="icon" sizes="192x192" href="{{ '/assets/icon-hd.png' | relative_url }}">
29-
<!-- Android Devices Normal Resolution -->
30-
<link rel="icon" sizes="128x128" href="{{ '/assets/icon.png' | relative_url }}">
31-
{% endif %}
32-
<!-- Desktop Browser Icon -->
33-
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}">
14+
15+
<!-- favicons from https://realfavicongenerator.net -->
16+
<link rel="icon" type="image/png" href="{{ '/assets/favicon-96x96.png' | relative_url }}" sizes="96x96" />
17+
<link rel="icon" type="image/svg+xml" href="{{ '/assets/favicon.svg' | relative_url }}" />
18+
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}" />
19+
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url}}" />
20+
<meta name="apple-mobile-web-app-title" content="Transvasive" />
21+
<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}" />
22+
3423
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' | relative_url }}">
3524
</head>

assets/apple-touch-icon.png

1.52 KB
Loading

assets/favicon-96x96.png

850 Bytes
Loading

assets/favicon.ico

-86.1 KB
Binary file not shown.

assets/favicon.svg

Lines changed: 19 additions & 0 deletions
Loading

assets/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Transvasive",
3+
"short_name": "T",
4+
"icons": [
5+
{
6+
"src": "/assets/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/assets/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
1.63 KB
Loading
6.49 KB
Loading

0 commit comments

Comments
 (0)