Verdere opmaak van gestructureerde data, aanbrengen onderscheid tussen webpagina's en profielpagina's, markeren content die uitgesproken kan worden
This commit is contained in:
parent
3d2a7b3b65
commit
029409826a
6 changed files with 89 additions and 55 deletions
|
@ -2,13 +2,16 @@
|
|||
|
||||
{{ partial "schemas/schema_Organization.html" . }}
|
||||
{{ partial "schemas/schema_WebSite.html" . }}
|
||||
{{ partial "schemas/schema_WebPage.html" . }}
|
||||
|
||||
{{- else if .IsPage -}}
|
||||
|
||||
{{ partial "schemas/schema_BreadcrumbList.html" . }}
|
||||
|
||||
{{ if in .Params.content_types "person" }}
|
||||
{{ partial "schemas/schema_Person.html" . }}
|
||||
{{ else }}
|
||||
{{ partial "schemas/schema_WebPage.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ partial "schemas/schema_BreadcrumbList.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue