From 6afefe077ffcc3541f6efead1ff73b7b6d08cda4 Mon Sep 17 00:00:00 2001 From: Jay X Anaya Date: Fri, 20 Dec 2024 11:12:21 -0500 Subject: [PATCH] Undoing the SRI --- _includes/footer.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 8fd9694b9..f833be31a 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -83,23 +83,23 @@ {% if site.branch == "production" %} - - - + + + {% elsif site.branch == "staging" %} - - -{% elsif site.branch == "dev" %} + + +{% elsif site.branch == "dev" %} - -{% elsif jekyll.environment == "dev" %} + +{% elsif jekyll.environment == "dev" %} {% else %} - - + + {% endif %}