#179, Use only regular pages for search index

soper-book
Alex Shpak 2020-03-11 23:16:15 +01:00
parent 392f75d2c7
commit 5ba88ccad5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
const index = FlexSearch.create('balance', indexCfg);
window.bookSearchIndex = index;
{{ range $index, $page := .Site.Pages }}
{{ range $index, $page := .Site.RegularPages }}
index.add({
'id': {{ $index }},
'href': '{{ $page.RelPermalink }}',