hide archives and search page from being searched
This commit is contained in:
		
							parent
							
								
									0c28a4ad5a
								
							
						
					
					
						commit
						c7b388346b
					
				|  | @ -1,6 +1,6 @@ | |||
| {{- $.Scratch.Add "index" slice -}} | ||||
| {{- 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) -}} | ||||
|     {{- end }} | ||||
| {{- end -}} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Aditya Telange
						Aditya Telange