mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	introduce searchHidden front-matter var
- to hide particular pages from search usage: in page's front-matter add searchHidden: true
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| {{- $.Scratch.Add "index" slice -}} | ||||
| {{- range .Site.RegularPages -}} | ||||
|     {{- if not .Params.searchHidden }} | ||||
|     {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}} | ||||
|     {{- end }} | ||||
| {{- end -}} | ||||
| {{- $.Scratch.Get "index" | jsonify -}} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange