Skip to content

Commit 19d5aee

Browse files
Updated favicon (#232)
* Updated favicon * Update _includes/head.html Co-authored-by: Justin <justincbarclay@gmail.com> Co-authored-by: Justin <justincbarclay@gmail.com>
1 parent 8f41973 commit 19d5aee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

_includes/head.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,18 @@
2929
<script src="{{ "js/toc.js" }}"></script>
3030
<script src="{{ "js/customscripts.js" }}"></script>
3131

32-
<link rel="shortcut icon" href="{{ "images/favicon.ico" }}">
32+
<link
33+
rel="icon"
34+
type="image/png"
35+
sizes="32x32"
36+
href="https://assets.tidalcloud.com/favicons/tidal-favicon-32x32.png"
37+
/>
38+
<link
39+
rel="icon"
40+
type="image/png"
41+
sizes="16x16"
42+
href="https://assets.tidalcloud.com/favicons/tidal-favicon-16x16.png"
43+
/>
3344

3445
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
3546
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

images/favicon.ico

-18.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)