File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 {{- if $page.Params.exclude_headers_from_search - }}
5252 {{- $section_header = "" - }}
5353 {{- end - }}
54-
54+
5555 {{- $hugo_context.Scratch.Add "algoliaindex" (
5656 dict "objectID" $object_id
5757 " id" $object_id
7373 {{- end - }}
7474 {{- $order = add $order 1 - }}
7575 {{- end - }}
76- {{- $order = partial "partials/ heading-sections" (dict "data" $v.Headings "ctx" $ctx "order" $order) - }}
76+ {{- $order = partial "heading-sections" (dict "data" $v.Headings "ctx" $ctx "order" $order) - }}
7777 {{- end - }}
7878 {{- return $order - }}
7979{{- end - }}
8080
81- {{- $ord := partial "partials/ heading-sections" (dict "data" $page.Fragments.Headings "ctx" . "order" 0) - }}
81+ {{- $ord := partial "heading-sections" (dict "data" $page.Fragments.Headings "ctx" . "order" 0) - }}
You can’t perform that action at this time.
0 commit comments