7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # redirects for Netlify - https://www.netlify.com/docs/redirects/
 | |
| {{- range $p := .Site.Pages -}}
 | |
| {{- range .Aliases }}
 | |
| {{ . }} {{ $p.RelPermalink -}}
 | |
| {{- end }}
 | |
| {{- end -}}
 | |
| # Add custom redirects here |