{{/* Preconnect to external domains */}}
{{/* DNS prefetch */}}
{{/* Preload fonts if we add custom fonts later */}}
{{/* */}}
{{/* Preload cover image on track pages */}}
{{- if and .IsPage (eq .Section "tracks") }}
{{- with .Resources.GetMatch "cover.*" }}
{{- $webp := .Resize "800x webp q85" }}
{{- end }}
{{- end }}