From 52d9c3c2000f14f16ba69a733c3e8274e0f213b1 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 25 Jun 2025 16:43:41 +0300 Subject: [PATCH] fix header link --- templates/partials/header.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 67329fd..3426409 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -35,11 +35,11 @@ {% set link_path = header_label | split(pat="%22") | safe%} {% set current = get_url(path=link_path[1]) ~ "/" %} {% if header_label is containing("http") %} - {% if header_label is not containing("threefold") %} + {# {% if header_label is not containing("threefold") %} #} {{link_label}} - {% endif %} + {# {% endif %} #} {% elif current_url and current == current_url %} {{link_label}} @@ -60,10 +60,10 @@ {% endif %} {% endif %} {% endfor %} - Docs - + #} @@ -153,7 +153,7 @@
-
#}