|
2 | 2 |
|
3 | 3 | <!-- start custom head snippets -->
|
4 | 4 |
|
5 |
| -<link rel="apple-touch-icon" sizes="57x57" href="{{ base_path }}/images/apple-touch-icon-57x57.png?v=M44lzPylqQ"> |
6 |
| -<link rel="apple-touch-icon" sizes="60x60" href="{{ base_path }}/images/apple-touch-icon-60x60.png?v=M44lzPylqQ"> |
7 |
| -<link rel="apple-touch-icon" sizes="72x72" href="{{ base_path }}/images/apple-touch-icon-72x72.png?v=M44lzPylqQ"> |
8 |
| -<link rel="apple-touch-icon" sizes="76x76" href="{{ base_path }}/images/apple-touch-icon-76x76.png?v=M44lzPylqQ"> |
9 |
| -<link rel="apple-touch-icon" sizes="114x114" href="{{ base_path }}/images/apple-touch-icon-114x114.png?v=M44lzPylqQ"> |
10 |
| -<link rel="apple-touch-icon" sizes="120x120" href="{{ base_path }}/images/apple-touch-icon-120x120.png?v=M44lzPylqQ"> |
11 |
| -<link rel="apple-touch-icon" sizes="144x144" href="{{ base_path }}/images/apple-touch-icon-144x144.png?v=M44lzPylqQ"> |
12 |
| -<link rel="apple-touch-icon" sizes="152x152" href="{{ base_path }}/images/apple-touch-icon-152x152.png?v=M44lzPylqQ"> |
13 |
| -<link rel="apple-touch-icon" sizes="180x180" href="{{ base_path }}/images/apple-touch-icon-180x180.png?v=M44lzPylqQ"> |
14 |
| -<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-32x32.png?v=M44lzPylqQ" sizes="32x32"> |
15 |
| -<link rel="icon" type="image/png" href="{{ base_path }}/images/android-chrome-192x192.png?v=M44lzPylqQ" sizes="192x192"> |
16 |
| -<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-96x96.png?v=M44lzPylqQ" sizes="96x96"> |
17 |
| -<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-16x16.png?v=M44lzPylqQ" sizes="16x16"> |
18 |
| -<link rel="manifest" href="{{ base_path }}/images/manifest.json?v=M44lzPylqQ"> |
19 |
| -<link rel="mask-icon" href="{{ base_path }}/images/safari-pinned-tab.svg?v=M44lzPylqQ" color="#000000"> |
20 |
| -<link rel="shortcut icon" href="/images/favicon.ico?v=M44lzPylqQ"> |
21 |
| -<meta name="msapplication-TileColor" content="#000000"> |
22 |
| -<meta name="msapplication-TileImage" content="{{ base_path }}/images/mstile-144x144.png?v=M44lzPylqQ"> |
23 |
| -<meta name="msapplication-config" content="{{ base_path }}/images/browserconfig.xml?v=M44lzPylqQ"> |
24 |
| -<meta name="theme-color" content="#ffffff"> |
| 5 | +<!-- favicon from https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_academic-progressive.svg --> |
| 6 | +<link rel="apple-touch-icon" sizes="180x180" href="{{ base_path }}/images/apple-touch-icon-180x180.png"/> |
| 7 | +<link rel="icon" type="image/svg+xml" href="{{ base_path }}/images/favicon.svg"/> |
| 8 | +<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-32x32.png" sizes="32x32"/> |
| 9 | +<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-192x192.png" sizes="192x192"/> |
| 10 | +<link rel="manifest" href="{{ base_path }}/images/manifest.json"/> |
| 11 | +<link rel="icon" href="/images/favicon.ico"/> |
| 12 | +<meta name="theme-color" content="#ffffff"/> |
25 | 13 | <link rel="stylesheet" href="{{ base_path }}/assets/css/academicons.css"/>
|
26 | 14 |
|
27 | 15 |
|
|
0 commit comments