From 52a954187272a4c5ae3185e68abc9c2daaffd566 Mon Sep 17 00:00:00 2001 From: Reda El Issati Date: Mon, 24 Nov 2025 12:24:24 +0100 Subject: [PATCH] fix: add missing closing parentheses --- layouts/partials/algolia/standard-attributes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/algolia/standard-attributes.json b/layouts/partials/algolia/standard-attributes.json index f419e34cc04..0315b89c940 100644 --- a/layouts/partials/algolia/standard-attributes.json +++ b/layouts/partials/algolia/standard-attributes.json @@ -2,7 +2,7 @@ {{- $page := $hugo_context.Site.GetPage "/standard-attributes/" -}} {{- range $index, $attr := $page.Params.attributes -}} - {{- $object_id := (print $page.File.UniqueID "_" $page.Language.Lang "_" ($attr.name | anchorize)) "_" $index -}} + {{- $object_id := (print $page.File.UniqueID "_" $page.Language.Lang "_" ($attr.name | anchorize) "_" $index) -}} {{- $relpermalink := print $page.RelPermalink "?search=" $attr.name -}} {{ $hugo_context.Scratch.Add "algoliaindex" (