We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e632e45 commit 8af89f7Copy full SHA for 8af89f7
_layouts/default.html
@@ -11,10 +11,10 @@
11
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
12
<link rel="apple-touch-icon" sizes="512x512" href="icons/classclockicon-512.png">
13
<link rel="apple-touch-icon" sizes="192x192" href="icons/classclockicon-192.png">
14
+ <link rel="shortcut icon" type="image/png" href="/icons/classclockicon-512.png" />
15
<link rel="manifest" href="/manifest.json">
16
<link href="https://fonts.googleapis.com/css?family=Play|Source+Sans+Pro" rel="stylesheet">
17
-
18
</head>
19
<body onload="{{ page.onload |default: "" }}">
20
{{ content }}
0 commit comments