mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 18:02:45 +01:00 
			
		
		
		
	Avoid caching search input between navigation
This commit is contained in:
		@@ -21,7 +21,8 @@
 | 
			
		||||
</header>
 | 
			
		||||
 | 
			
		||||
<div id="searchbox">
 | 
			
		||||
    <input id="searchInput" autofocus placeholder="{{ .Params.placeholder | default (printf "%s ↵" .Title) }}" aria-label="search" type="search">
 | 
			
		||||
    <input id="searchInput" autofocus placeholder="{{ .Params.placeholder | default (printf "%s ↵" .Title) }}"
 | 
			
		||||
        aria-label="search" type="search" autocomplete="off">
 | 
			
		||||
    <ul id="searchResults" aria-label="search results"></ul>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user