diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html index 420ede929..c8ae80e03 100644 --- a/templates/shortcodes/button.html +++ b/templates/shortcodes/button.html @@ -3,7 +3,6 @@ {% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') | trim_end_matches(pat='"') %} -

{{path}}

{% if 'https' in path %}