Skip to content

Commit b80fbeb

Browse files
authored
fix(partials/header.html): fix search interface include (#48)
* fix(partials/header.html): fix search interface include * build: build file
1 parent 64fd6e7 commit b80fbeb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

material/templates/partials/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
{% set icon = config.theme.icon.search or "material/magnify" %}
5151
{% include ".icons/" ~ icon ~ ".svg" %}
5252
</label>
53+
{% include "partials/search.html" %}
5354
{% endif %}
5455
{% if config.repo_url %}
5556
<div class="md-header__source">

src/templates/partials/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
{% set icon = config.theme.icon.search or "material/magnify" %}
9696
{% include ".icons/" ~ icon ~ ".svg" %}
9797
</label>
98+
99+
<!-- Search interface -->
100+
{% include "partials/search.html" %}
98101
{% endif %}
99102

100103
<!-- Repository information -->

0 commit comments

Comments
 (0)