Wijzigingen voor inbouwen ondersteuning Schema.org-structuren

This commit is contained in:
Michael Boelen 2023-05-18 20:33:08 +02:00
parent 9186ffe090
commit 30ac449de6
5 changed files with 42 additions and 47 deletions

View file

@ -0,0 +1,12 @@
{{ 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 }}