Skip to content

Commit 16af083

Browse files
authored
fix: adjust to accommodate Hugo v0.120.0 changes (#36)
1 parent afbf067 commit 16af083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hugopress/functions/render-attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
{{- range $name, $value := $attributes }}
2020
{{- $tmp = $tmp | append (printf `%s="%s"` $name $value) }}
2121
{{- end }}
22-
{{- delimit $tmp " " -}}
22+
{{- delimit $tmp " " | safeHTML -}}

0 commit comments

Comments
 (0)