#179, Also include sections to search
This commit is contained in:
parent
5ba88ccad5
commit
6e5d35a5ab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
const index = FlexSearch.create('balance', indexCfg);
|
||||
window.bookSearchIndex = index;
|
||||
|
||||
{{ range $index, $page := .Site.RegularPages }}
|
||||
{{ range $index, $page := where .Site.Pages "Kind" "in" (slice "page" "section") }}
|
||||
index.add({
|
||||
'id': {{ $index }},
|
||||
'href': '{{ $page.RelPermalink }}',
|
||||
|
|
Loading…
Reference in a new issue