We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2068b52 commit c652c16Copy full SHA for c652c16
1 file changed
_layouts/default.html
@@ -16,6 +16,7 @@
16
<meta name="theme-color" content="#b41d23">
17
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
18
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
19
+ <link rel="icon" type="image/x-icon" href="{{ '/assets/favicon.ico?v=' | append: site.github.build_revision | relative_url }}">
20
</head>
21
<body>
22
<header class="page-header" role="banner">
0 commit comments