mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
fix partial paths on the customers page (#2325)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user