button: revert to old syntax for most shortcodes #547 #555

This commit is contained in:
Sören Weber 2023-06-03 23:43:30 +02:00
parent a51cd5fe61
commit 0d8e0e3209
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -45,7 +45,7 @@
{{- if and $icon (eq $iconposition "left") }}
<i class="{{ $icon }}"></i>
{{- end }}
{{ $title }}
{{ $title | safeHTML }}
{{- if and $icon (eq $iconposition "right") }}
<i class="{{ $icon }}"></i>
{{- end }}