update link

This commit is contained in:
samaradel
2022-07-21 21:37:02 +02:00
parent e27973c3ec
commit 8e6ffa15be

View File

@@ -9,7 +9,7 @@
{{ body | trim_start_matches(pat="<p>") | safe}} {{ body | trim_start_matches(pat="<p>") | safe}}
</button> </button>
{% elif base is containing("www_threefold_io") %} {% elif base is containing("www_threefold_io") or path is containing("/") %}
{% set btn_path = base ~ path %} {% set btn_path = base ~ path %}
<button onclick="window.location='{{btn_path}}'" <button onclick="window.location='{{btn_path}}'"
class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left"> class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left">