mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{{- $.Scratch.Add "index" slice -}}
 | 
						|
{{- range .Site.RegularPages -}}
 | 
						|
    {{- 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 -}}
 | 
						|
{{- $.Scratch.Get "index" | jsonify -}}
 |