mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-03-13 14:24:03 +00:00
Merge 0f50648e48
into 118997fa92
This commit is contained in:
commit
5a0571051b
@ -5,7 +5,7 @@
|
|||||||
{{ $searchConfig := i18n "bookSearchConfig" | default "{}" }}
|
{{ $searchConfig := i18n "bookSearchConfig" | default "{}" }}
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
const searchDataURL = '{{ $searchData.RelPermalink }}';
|
const searchDataURL = '{{ $searchData.Permalink }}';
|
||||||
const indexConfig = Object.assign({{ $searchConfig }}, {
|
const indexConfig = Object.assign({{ $searchConfig }}, {
|
||||||
doc: {
|
doc: {
|
||||||
id: 'id',
|
id: 'id',
|
||||||
|
Loading…
Reference in New Issue
Block a user