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 afbf067 commit 16af083Copy full SHA for 16af083
layouts/partials/hugopress/functions/render-attributes.html
@@ -19,4 +19,4 @@
19
{{- range $name, $value := $attributes }}
20
{{- $tmp = $tmp | append (printf `%s="%s"` $name $value) }}
21
{{- end }}
22
-{{- delimit $tmp " " -}}
+{{- delimit $tmp " " | safeHTML -}}
0 commit comments