Files
ptp/layouts/partials/preload-images.html
2026-01-15 22:24:06 +03:00

10 lines
286 B
HTML
Executable File

<!-- Preload critical images for better performance -->
{{- with .Params.image }}
<link rel="preload" as="image" href="{{ . }}">
{{- end }}
{{- if .IsHome }}
<!-- Preload background image (same for all devices) -->
<link rel="preload" as="image" href="images/desktop.webp">
{{- end }}