Start work on search feature with lunr

This commit is contained in:
Alex Shpak
2019-07-15 18:25:21 +02:00
parent b199d72e5f
commit dda0a0eab1
26 changed files with 148 additions and 75 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<header class="align-center justify-between book-header">
<header class="flex align-center justify-between book-header">
<label for="menu-control">
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
</label>
<strong>{{- template "title" . }}</strong>
<strong>{{ partial "docs/title" . }}</strong>
</header>