mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	hide archives and search page from being searched
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| {{- $.Scratch.Add "index" slice -}} | {{- $.Scratch.Add "index" slice -}} | ||||||
| {{- range .Site.RegularPages -}} | {{- range .Site.RegularPages -}} | ||||||
|     {{- if not .Params.searchHidden }} |     {{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }} | ||||||
|     {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}} |     {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}} | ||||||
|     {{- end }} |     {{- end }} | ||||||
| {{- end -}} | {{- end -}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange