We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7512b8e commit b7db95cCopy full SHA for b7db95c
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