diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html index 6c7d31445..c524eb132 100644 --- a/templates/shortcodes/button.html +++ b/templates/shortcodes/button.html @@ -9,7 +9,7 @@ {{ body | trim_start_matches(pat="
") | safe}} -{% elif base is containing("www_threefold_io") %} +{% elif base is containing("www_threefold_io") or path is containing("/") %} {% set btn_path = base ~ path %}