{{ with .Description | default .Site.Params.description }}{{ end }} {{/* Canonical URL */}} {{/* Open Graph */}} {{ with .Description | default .Site.Params.description }}{{ end }} {{ with .Site.Params.ogImage }}{{ end }} {{/* Twitter Card */}} {{ with .Description | default .Site.Params.description }}{{ end }} {{ with .Site.Params.twitterHandle }}{{ end }} {{ with .Site.Params.ogImage }}{{ end }} {{/* RSS Feed */}} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{/* JSON-LD Structured Data for Articles */}} {{ if .IsPage }} {{ end }} {{ partialCached "head/favicon.html" . }} {{ partialCached "head/css.html" . }}