test nav2
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user