From 50f19c66b053fc40f31211a8f9d6406a8382e876 Mon Sep 17 00:00:00 2001 From: cmd05 <63466463+cmd05@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:51:33 +0530 Subject: [PATCH] Add ability to open menu items in a new tab --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 44336e1f..d0cf2ab7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -126,7 +126,7 @@ {{- $page_url:= $currentPage.Permalink | absLangURL }} {{- $is_search := eq (site.GetPage .KeyName).Layout `search` }}