From 8501333f0a3a5a2a311e3d17eaa37e839e31bcd6 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 16 Jul 2023 18:11:32 +0300 Subject: [PATCH 1/9] fix external links --- templates/partials/header_custom.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index af3a053..7b32fc8 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -193,9 +193,15 @@ {% if ' + {{link_label}} + + {% else %} {{link_label}} + {% endif %} {% else %} {% set button_id = header_label ~ "-mobile-menu-btn" | slugify %}