Skip to content

Commit e1b4d64

Browse files
authored
Merge pull request #70 from github/favicons
Add icons
2 parents e0418a1 + 929f58e commit e1b4d64

10 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/_guide/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class LazyLoader extends HTMLElement {
129129
}
130130

131131
@controller
132-
class HoverCard extenda HTMLElement {
132+
class HoverCard extends HTMLElement {
133133

134134
enable() {
135135
this.disabled = false

docs/_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<link rel="stylesheet" href="{{ site.baseurl }}/primer.css">
99
<link rel="stylesheet" href="{{ site.baseurl }}/github-syntax.css">
1010
<link rel="stylesheet" href="{{ site.baseurl }}/custom.css">
11+
<link rel="apple-touch-icon" sizes="48x48" href="{{ site.baseurl }}/icons/icon-48x48.png">
12+
<link rel="apple-touch-icon" sizes="72x72" href="{{ site.baseurl }}/icons/icon-72x72.png">
13+
<link rel="apple-touch-icon" sizes="96x96" href="{{ site.baseurl }}/icons/icon-96x96.png">
14+
<link rel="apple-touch-icon" sizes="144x144" href="{{ site.baseurl }}/icons/icon-144x144.png">
15+
<link rel="apple-touch-icon" sizes="192x192" href="{{ site.baseurl }}/icons/icon-192x192.png">
16+
<link rel="apple-touch-icon" sizes="256x256" href="{{ site.baseurl }}/icons/icon-256x256.png">
17+
<link rel="apple-touch-icon" sizes="384x384" href="{{ site.baseurl }}/icons/icon-384x384.png">
18+
<link rel="apple-touch-icon" sizes="512x512" href="{{ site.baseurl }}/icons/icon-512x512.png?">
19+
<link rel="icon" href="{{ site.baseurl }}/icons/icon-48x48.png">
1120
</head>
1221
<body class="d-flex flex-column height-full">
1322
<header class="position-sticky top-0 d-flex"

docs/icons/icon-144x144.png

9.7 KB
Loading

docs/icons/icon-192x192.png

3.26 KB
Loading

docs/icons/icon-256x256.png

14.8 KB
Loading

docs/icons/icon-384x384.png

23.5 KB
Loading

docs/icons/icon-48x48.png

2.43 KB
Loading

docs/icons/icon-512x512.png

55.6 KB
Loading

docs/icons/icon-72x72.png

4.07 KB
Loading

docs/icons/icon-96x96.png

5.86 KB
Loading

0 commit comments

Comments
 (0)