Toevoegen Schema.org: Event
This commit is contained in:
parent
f074c31f21
commit
3671f8efb3
2 changed files with 63 additions and 1 deletions
|
@ -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" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue