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