From 1a7402e2dcc454f565735d2ee0c5b4b145c6cb10 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Thu, 28 Jul 2022 13:58:02 +0200 Subject: [PATCH] test link solution on ghpages --- templates/shortcodes/row.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 3cd0fb14b..7981cc75b 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -12,8 +12,11 @@ Parameters: {% if page %} {% if "![" in body %} {% set url_prefix = "](" ~ page.permalink %} + {% set test = get_url(path="/farm")%} {% set body = body | replace(from="](", to=url_prefix) %} {% set body = body | replace(from=url_prefix ~ "http", to="](http") %} + {{test}} + {% endif %} {% endif %}