{{- $itemType := default "CreativeWork" ( .Params.schemaType ) -}} {{- if ( in $.Site.Data.itemtypes $itemType ) -}} {{- with .Params.href -}} {{- end -}} {{- with .Params.cite -}} {{- end -}} {{- if .Params.titleLang -}} {{- end -}} {{- if .Params.shortTitle -}} {{- .Params.shortTitle | markdownify | safeHTML -}} {{- else -}} {{- .Params.title | markdownify | safeHTML -}} {{- end -}} {{- if .Params.titleLang -}} {{- end -}} {{- /**/ -}} {{- with .Params.href -}} {{- end -}} {{- else -}} {{- warnf "Invalid Schema.org type value: %q (%q)" $itemType .Page.File.Path -}} {{- end -}}