Files
ptp/layouts/partials/preload-images.html
T
Kirchik e23fc02f63 form
2025-08-13 22:36:08 +02:00

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 }}