We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3cfd3 commit 6f9979aCopy full SHA for 6f9979a
layouts/partials/algolia/standard-attributes.json
@@ -2,7 +2,7 @@
2
{{- $page := $hugo_context.Site.GetPage "/standard-attributes/" -}}
3
4
{{- range $index, $attr := $page.Params.attributes -}}
5
- {{- $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) -}}
6
{{- $relpermalink := print $page.RelPermalink "?search=" $attr.name -}}
7
{{
8
$hugo_context.Scratch.Add "algoliaindex" (
0 commit comments