Skip to content

Commit 9ccbbe2

Browse files
committed
Merge commit '79b59bbf4f2c458be9920a58e750480ea03ba7b6' into dark-mode
Allows custom content before the header.
2 parents f88cf92 + 79b59bb commit 9ccbbe2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% comment %}
2+
Placeholder to allow defining custom header (the first part of the html body).
3+
4+
This file is included 'early', i.e., before the rest of the default header.
5+
{% endcomment %}

_minima-fork-v3/_includes/header.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{%- include custom-header-early.html -%}
2+
13
<header class="site-header">
24

35
<div class="wrapper">

0 commit comments

Comments
 (0)