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 4be5b4d commit 5f3ef7aCopy full SHA for 5f3ef7a
_includes/head-custom.html
_layouts/default.html
@@ -23,6 +23,8 @@
23
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
24
<link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicon-96x96.png">
25
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
26
+
27
+ {% include head-custom.html %}
28
</head>
29
<body>
30
<a class="sr-only sr-only-focusable" href="#content">Skip to the content.</a>
0 commit comments