Test
This commit is contained in:
@@ -41,8 +41,8 @@
|
|||||||
{{link_label}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
{% elif base is containing("www_threefold_io") %}
|
{% elif base is containing("www_threefold_io") %}
|
||||||
{% set path = 'www_threefold_io' ~ link_path[1] %}
|
{% set path = base ~ 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">
|
<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}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
{{link_label}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
{% elif base is containing("www_threefold_io") %}
|
{% elif base is containing("www_threefold_io") %}
|
||||||
{% set path = 'www_threefold_io' ~ link_path[1] %}
|
{% set path = base ~ 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">
|
<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}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user