fix: jump to search for operand
This commit is contained in:
parent
f08a76a738
commit
e374e3abd4
4 changed files with 19 additions and 15 deletions
|
@ -79,6 +79,8 @@
|
|||
"indices/contentIndex.json" | resources.Fingerprint "md5" | resources.Minify
|
||||
}}
|
||||
<script>
|
||||
const SEARCH_ENABLED = {{.Site.Data.config.search.enableSemanticSearch}}
|
||||
const PRODUCTION = {{ hugo.IsProduction }}
|
||||
const BASE_URL = {{.Site.BaseURL}}
|
||||
const fetchData = Promise.all([
|
||||
fetch("{{ $linkIndex.Permalink }}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue