forked from laurens/fediversity_website
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			319 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			319 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .IsHome -}}
 | 
						|
 | 
						|
  {{ partial "schemas/schema_Organization.html" . }}
 | 
						|
  {{ partial "schemas/schema_WebSite.html" . }}
 | 
						|
 | 
						|
{{- else if .IsPage -}}
 | 
						|
 | 
						|
  {{ partial "schemas/schema_BreadcrumbList.html" . }}
 | 
						|
 | 
						|
  {{ if in .Params.content_types "person" }}
 | 
						|
    {{ partial "schemas/schema_Person.html" . }}
 | 
						|
  {{ end }}
 | 
						|
 | 
						|
{{ end }}
 |