Skip to content

Commit 5f3ef7a

Browse files
authored
Add Header Include (#1)
1 parent 4be5b4d commit 5f3ef7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_includes/head-custom.html

Whitespace-only changes.

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
2424
<link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicon-96x96.png">
2525
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
26+
27+
{% include head-custom.html %}
2628
</head>
2729
<body>
2830
<a class="sr-only sr-only-focusable" href="#content">Skip to the content.</a>

0 commit comments

Comments
 (0)