{{ with .Description -}} {{ else -}} {{ with .Summary | plainify -}} {{ else -}} {{ end -}} {{ end -}} {{ if eq .Kind "404" }} {{ end }} {{ range .AlternativeOutputFormats -}} {{ end -}} {{ partial "head/opengraph.html" . }} {{ partial "head/facebook.html" . }} {{ partial "head/twitter.html" . }} {{ if .IsPage }} {{- partial "head/schema-article.html" . -}} {{ end }} {{ if .IsHome }} {{ if .Site.Params.webSite }} {{- partial "head/schema-website.html" . -}} {{ end }} {{ if .Site.Params.organization }} {{- partial "head/schema-organization.html" . -}} {{ end }} {{ if .Site.Params.localBusiness }} {{- partial "head/schema-local-business.html" . -}} {{ end }} {{ end }} {{ if .Params.product -}} {{- partial "head/schema-product.html" . -}} {{ end }} {{ if .Params.softwareApplication -}} {{- partial "head/schema-software-application.html" . -}} {{ end }} {{ if .Params.faq -}} {{- partial "head/schema-faq.html" . -}} {{ end }}