From 362a1afccfab185cd8684a24ddb19635a2eae557 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Thu, 5 Jun 2025 09:59:40 -0700 Subject: [PATCH] Fix the order of the javascript --- _layouts/new-layouts/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/new-layouts/base.html b/_layouts/new-layouts/base.html index 5c0c9fa96..b860a4f0f 100644 --- a/_layouts/new-layouts/base.html +++ b/_layouts/new-layouts/base.html @@ -175,7 +175,10 @@ - + {% if page.url == "/" %} + + {% endif %} + {% endif %} - {% if page.url == "/" %} - - {% endif %}