From 0eaeeec184a790d3a6c2cea2c3101cdf8bf91b6b Mon Sep 17 00:00:00 2001 From: samaradel Date: Thu, 21 Jul 2022 22:13:58 +0200 Subject: [PATCH] rm test vars --- templates/shortcodes/button.html | 1 - 1 file changed, 1 deletion(-) 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 %}