Skip to content

Commit 6f9979a

Browse files
authored
fix: add missing closing parentheses (#33012)
1 parent 7c3cfd3 commit 6f9979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/algolia/standard-attributes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{- $page := $hugo_context.Site.GetPage "/standard-attributes/" -}}
33

44
{{- range $index, $attr := $page.Params.attributes -}}
5-
{{- $object_id := (print $page.File.UniqueID "_" $page.Language.Lang "_" ($attr.name | anchorize)) "_" $index -}}
5+
{{- $object_id := (print $page.File.UniqueID "_" $page.Language.Lang "_" ($attr.name | anchorize) "_" $index) -}}
66
{{- $relpermalink := print $page.RelPermalink "?search=" $attr.name -}}
77
{{
88
$hugo_context.Scratch.Add "algoliaindex" (

0 commit comments

Comments
 (0)