Skip to content

Commit 59e9dde

Browse files
committed
chore: replace favicons with new brand icons
1 parent 40eeeb4 commit 59e9dde

15 files changed

Lines changed: 54 additions & 5 deletions

_includes/head.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
66
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/styles.css">
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8-
<link rel="icon" href="/static/img/favicon-16.png" sizes="16x16" type="image/png">
9-
<link rel="icon" href="/static/img/favicon-32.png" sizes="32x32" type="image/png">
10-
<link rel="icon" href="/static/img/favicon-48.png" sizes="48x48" type="image/png">
11-
<link rel="icon" href="/static/img/favicon-62.png" sizes="62x62" type="image/png">
12-
<link rel="icon" href="/static/img/favicon-192.png" sizes="192x192" type="image/png">
8+
<link rel="icon" href="/favicon.ico" sizes="any">
9+
<link rel="icon" type="image/svg+xml" href="/static/img/favicon.svg">
10+
<link rel="apple-touch-icon" href="/static/img/apple-touch-icon.png">
11+
<link rel="mask-icon" href="/static/img/safari-pinned-tab.svg" color="#b4322b">
12+
<link rel="manifest" href="/static/img/site.webmanifest">
13+
<meta name="theme-color" content="#b4322b">
1314
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
1415
<!--[if lt IE 9]>
1516
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>

favicon.ico

-4.01 KB
Binary file not shown.

static/img/apple-touch-icon.png

1.7 KB
Loading

static/img/favicon-16.png

-923 Bytes
Binary file not shown.

static/img/favicon-192.png

-48.9 KB
Binary file not shown.

static/img/favicon-32.png

-1.77 KB
Binary file not shown.

static/img/favicon-48.png

-4.29 KB
Binary file not shown.

static/img/favicon-62.png

-6.28 KB
Binary file not shown.

static/img/favicon.svg

Lines changed: 8 additions & 0 deletions
Loading

static/img/icon-1024-maskable.png

9.85 KB
Loading

0 commit comments

Comments
 (0)