{{- $title := partialCached "data/title" . .RelPermalink -}}
{{ $title }} — {{ .Site.Title }}
{{- $description := partialCached "data/description" . .RelPermalink -}}
{{- with .Site.Params.author -}}
{{ end }}
{{ partial "opengraph/include.html" . }} {{ range .AlternativeOutputFormats }}
{{ end }}
{{ $style := resources.Get "sass/main.scss" | resources.ToCSS | resources.Fingerprint }}