10 lines
277 B
HTML
10 lines
277 B
HTML
<!-- Preload critical images for better performance -->
|
|
{{- with .Params.image }}
|
|
<link rel="preload" as="image" href="{{ . }}">
|
|
{{- end }}
|
|
|
|
{{- if .IsHome }}
|
|
<!-- Preload background image -->
|
|
<link rel="preload" as="image" href="{{ .Site.Params.backgroundPath }}">
|
|
{{- end }}
|