Schema.org Person toevoegen

This commit is contained in:
Michael Boelen 2023-06-10 00:16:41 +02:00
parent 2985b3e30d
commit 72fba826d0
4 changed files with 20 additions and 34 deletions

View file

@ -5,7 +5,7 @@
{{- else if .IsPage -}}
{{ if or (in .Params.content_types "Person") }}
{{ if in .Params.content_types "person" }}
{{ partial "schemas/schema_Person.html" . }}
{{ end }}