Toevoegen Schema.org: Event

This commit is contained in:
Michael Boelen 2023-06-22 11:18:31 +02:00
parent f074c31f21
commit 3671f8efb3
2 changed files with 63 additions and 1 deletions

View file

@ -6,7 +6,9 @@
{{- else if .IsPage -}}
{{ if in .Params.content_types "person" }}
{{ if .Params.is_event }}
{{ partial "schemas/schema_Event.html" . }}
{{ else if in .Params.content_types "person" }}
{{ partial "schemas/schema_Person.html" . }}
{{ else }}
{{ partial "schemas/schema_WebPage.html" . }}