Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 81ef374

Browse files
committed
Add favicons
1 parent 4e14b74 commit 81ef374

13 files changed

Lines changed: 243 additions & 0 deletions

_includes/favicons.html

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

_layouts/single.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<meta name="twitter:title" content="{{page.property_name}} - {{site.title}}">
2323
<meta name="twitter:image" content="{{site.url}}/images/css-reference-share.png">
2424
<meta name="twitter:description" content="Learn how {{page.property_name}} works in CSS.">
25+
26+
{% include favicons.html %}
2527
</head>
2628
<body>
2729
{% include menu.html %}
10.1 KB
Loading
14.9 KB
Loading

favicons/apple-touch-icon.png

2.22 KB
Loading

favicons/browserconfig.xml

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="/favicons/mstile-150x150.png?v=201611221819"/>
6+
<TileColor>#05ffb0</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicons/favicon-16x16.png

778 Bytes
Loading

favicons/favicon-32x32.png

1.09 KB
Loading

favicons/favicon.ico

14.7 KB
Binary file not shown.

favicons/manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "CSS Reference",
3+
"icons": [
4+
{
5+
"src": "\/favicons\/android-chrome-192x192.png?v=201611221819",
6+
"sizes": "192x192",
7+
"type": "image\/png"
8+
},
9+
{
10+
"src": "\/favicons\/android-chrome-256x256.png?v=201611221819",
11+
"sizes": "256x256",
12+
"type": "image\/png"
13+
}
14+
],
15+
"theme_color": "#05ffb0",
16+
"display": "standalone"
17+
}

0 commit comments

Comments
 (0)