diff --git a/qdrant-landing/themes/qdrant-2024/layouts/hr-tech/list.html b/qdrant-landing/themes/qdrant-2024/layouts/hr-tech/list.html index 4775ae12c..5e3002cf7 100644 --- a/qdrant-landing/themes/qdrant-2024/layouts/hr-tech/list.html +++ b/qdrant-landing/themes/qdrant-2024/layouts/hr-tech/list.html @@ -4,10 +4,10 @@ {{ range .Params.sections }} {{ $type := .type }} {{ $special := dict - "cta-banner" "partials/cta-banner.html" + "cta-banner" "cta-banner.html" }} - {{ $partialPath := (index $special $type) | default (printf "partials/industries/industries-%s.html" $type) }} + {{ $partialPath := (index $special $type) | default (printf "industries/industries-%s.html" $type) }} {{ partial $partialPath (dict "Params" .) }} {{ end }}