website/themes/nluug/layouts/partials/schemas/include-relevant-schemas.html
2023-06-10 00:16:41 +02:00

12 lines
263 B
HTML

{{ if .IsHome -}}
{{ partial "schemas/schema_Organization.html" . }}
{{ partial "schemas/schema_WebSite.html" . }}
{{- else if .IsPage -}}
{{ if in .Params.content_types "person" }}
{{ partial "schemas/schema_Person.html" . }}
{{ end }}
{{ end }}