From 4b6b0059bf9aed27fb3b726d7a4b8bc3ec47a24e Mon Sep 17 00:00:00 2001 From: samaradel Date: Tue, 26 Apr 2022 14:00:45 +0200 Subject: [PATCH] Fix btn target --- templates/shortcodes/button.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html index 5aee04bed..7095fb563 100644 --- a/templates/shortcodes/button.html +++ b/templates/shortcodes/button.html @@ -1,5 +1,5 @@ {% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') | trim_end_matches(pat='"') %} - \ No newline at end of file +