From 3b99ac27ad6bac8ffaa59fb82a24af57fc779bec Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 13 Jun 2023 14:55:35 +0300 Subject: [PATCH] test --- config.toml | 4 ++-- templates/partials/header.html | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/config.toml b/config.toml index 5d58e0037..10babaf7f 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ # The URL the site will be built for -base_url = "https://www3.threefold.io" -# Change this to your own URL! Please note this variable **must** be uncommented. +base_url = "https://www2.threefold.io" +# Change this to your own URL! Please note this variable **must** be uncommented . title = "ThreeFold" description="Our global digital backbone" diff --git a/templates/partials/header.html b/templates/partials/header.html index f7756b15d..c67c1131a 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -34,24 +34,16 @@ {% if ' {{link_label}} {% endif %} - - {% elif current == current_url %} - - {{ link_label }} - - {% else %} - {{ link_label }} + {{link_label}} - {% endif %} {% else %}
@@ -112,7 +104,7 @@