diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html index f8e70d7..abdf620 100644 --- a/templates/shortcodes/button.html +++ b/templates/shortcodes/button.html @@ -1,3 +1,5 @@ - + +{% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first %} + {{ body | trim_start_matches(pat="") | safe}} \ No newline at end of file
") | safe}}