diff --git a/layouts/partials/shortcodes/button.html b/layouts/partials/shortcodes/button.html
index 9f4b3bb1db..7f4a345c7d 100644
--- a/layouts/partials/shortcodes/button.html
+++ b/layouts/partials/shortcodes/button.html
@@ -45,7 +45,7 @@
{{- if and $icon (eq $iconposition "left") }}
{{- end }}
- {{ $title }}
+ {{ $title | safeHTML }}
{{- if and $icon (eq $iconposition "right") }}
{{- end }}