We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3bc82 commit c66327dCopy full SHA for c66327d
1 file changed
layouts/_partials/organizations/partials/organization/helpers/GetAttributes.html
@@ -20,7 +20,7 @@
20
{{ if and $options.filters $organization.Params.organizations_categories }}
21
{{ $categories := partial "organizations/helpers/GetCategoriesSlug" $organization }}
22
{{ $categories = $categories | encoding.Jsonify }}
23
- {{ $attributes = printf "%s data-filters=\"%q\"" $attributes $categories }}
+ {{ $attributes = printf "%s data-filters='%s'" $attributes $categories }}
24
{{ end }}
25
26
{{ return $attributes }}
0 commit comments