|
11 | 11 | </title> |
12 | 12 |
|
13 | 13 | <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 | + |
34 | 23 | <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' | relative_url }}"> |
35 | 24 | </head> |
0 commit comments