We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fcd8f commit a3ad238Copy full SHA for a3ad238
layouts/partials/head.html
@@ -59,7 +59,7 @@
59
{{- end }}
60
61
{{- with .Site.Params.profileMode }}
62
-{{- if and .enabled .imageUrl }}
+{{- if and .enabled .imageUrl $.IsHome }}
63
<link rel="preload" href="{{ .imageUrl }}" as="image">
64
65
0 commit comments