Wijzigingen voor inbouwen ondersteuning Schema.org-structuren
This commit is contained in:
parent
9186ffe090
commit
30ac449de6
5 changed files with 42 additions and 47 deletions
|
@ -15,11 +15,5 @@
|
|||
{{ partialCached "style.html" . }}
|
||||
|
||||
<!-- Schema.org opmaak -->
|
||||
{{ if .IsHome -}}
|
||||
{{ partial "schemas/schema_WebSite.html" . }}
|
||||
{{- else if .IsPage -}}
|
||||
{{ if or (in .Params.content_types "Person") }}
|
||||
{{ partial "schemas/schema_Person.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ partial "schemas/include-relevant-schemas.html" . }}
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue