test nav2

This commit is contained in:
2024-03-03 17:55:24 +02:00
parent 6d536a3dd5
commit 1478dff2aa
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ insert_anchor_links: "left"
|||
## Founded by **Internet 1.0 Pioneers**
## Founded by <span class="blue">**Internet 1.0 Pioneers**</span>
About a decade ago, a group of passionate Internet & Cloud veterans came together to build a system which can scale to a scalable, safe, compatible, and co-owned IT infrastructure.

View File

@@ -37,7 +37,7 @@
{% set current = get_url(path=link_path[1]) ~ "/" %}
{% if header_label is containing("http") %}
{% if header_label is not containing("threefold") %}
<a href="{{link_path[1]}}" target="_blank" class="text-lg py-3 leading-6 font-normal active hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
<a href="{{link_path[1]}}" target="_blank" class="text-lg py-3 leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
{{link_label}}
</a>
{% endif %}