{{ with .Description }} {{ else }} {{ if .IsPage }} {{ else }} {{ with site.Params.description }} {{ end }} {{ end }} {{ end }} {{ if site.Params.schema }} {{ template "_internal/schema.html" . }} {{ end }} {{ if site.Params.opengraph }} {{ template "_internal/opengraph.html" . }} {{ end }} {{ if site.Params.twittercards }} {{ template "_internal/twitter_cards.html" . }} {{ end }} {{ hugo.Generator }}