forked from laurens/fediversity_website
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .IsHome -}}
 | 
						|
 | 
						|
  {{ partial "schemas/schema_Organization.html" . }}
 | 
						|
  {{ partial "schemas/schema_WebSite.html" . }}
 | 
						|
 | 
						|
{{- else if .IsPage -}}
 | 
						|
 | 
						|
  {{ if or (in .Params.content_types "Person") }}
 | 
						|
    {{ partial "schemas/schema_Person.html" . }}
 | 
						|
  {{ end }}
 | 
						|
 | 
						|
{{ end }}
 |