Skip to content

Commit ce04045

Browse files
XhmikosRrvagg
authored andcommitted
1 parent e8e7d31 commit ce04045

15 files changed

+39
-2
lines changed

layouts/partials/favicons.hbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<link rel="apple-touch-icon" href="/static/images/favicons/apple-touch-icon.png" sizes="180x180">
2+
<link rel="icon" href="/static/images/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
3+
<link rel="icon" href="/static/images/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
4+
<link rel="manifest" href="/static/images/favicons/manifest.json">
5+
<link rel="mask-icon" href="/static/images/favicons/safari-pinned-tab.svg" color="#43853d">
6+
<link rel="shortcut icon" href="/static/images/favicons/favicon.ico">
7+
<meta name="msapplication-TileColor" content="#333333">
8+
<meta name="msapplication-config" content="/static/images/favicons/browserconfig.xml">
9+
<meta name="theme-color" content="#333333">

layouts/partials/html-head.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<meta name="description" content="Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.">
1212

13-
<link rel="apple-touch-icon" href="/static/apple-touch-icon.png">
14-
<link rel="icon" sizes="32x32" type="image/png" href="/static/favicon.png">
13+
{{> favicons }}
1514

1615
<meta property="og:site_name" content="Node.js">
1716
<meta property="og:title" content="{{#if title}}{{ title }} | {{/if}}{{ site.title }}">

static/apple-touch-icon.png

-5.56 KB
Binary file not shown.

static/favicon.ico

-5.3 KB
Binary file not shown.

static/favicon.png

-1.31 KB
Binary file not shown.
7.71 KB
Loading
26.3 KB
Loading
7.21 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/static/images/favicons/mstile-150x150.png"/>
6+
<TileColor>#333333</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
585 Bytes
Loading

0 commit comments

Comments
 (0)