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 %}