fix: jump to search for operand
This commit is contained in:
		@@ -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 }}")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user