Fix urls
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<a href="{{link_path[1]}}" target="_blank" class="text-lg leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
|
||||
{{link_label}}
|
||||
</a>
|
||||
{% elif current_url is containing("www_threefold_io") %}
|
||||
{% elif header_label is starting_with("/") %}
|
||||
{% set path = current_url ~ link_path[1] %}
|
||||
<a href="{{path}}" class="text-lg leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
|
||||
{{link_label}}
|
||||
@@ -174,7 +174,7 @@
|
||||
<a href="{{link_path[1]}}" target="_blank" class="text-lg px-8 py-3 leading-6 font-normal text-gray-900 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
|
||||
{{link_label}}
|
||||
</a>
|
||||
{% elif current_url is containing("www_threefold_io") %}
|
||||
{% elif header_label is starting_with("/") %}
|
||||
{% set path = current_url ~ link_path[1] %}
|
||||
<a href="{{path}}" class="text-lg leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
|
||||
{{link_label}}
|
||||
|
||||
Reference in New Issue
Block a user