From ad55593257686530652585ef4a8381c3f81fe12f Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 21 Nov 2022 15:23:35 -0600 Subject: [PATCH] fix prev commit --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index ebefa65a2a..1c3ce44897 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -67,7 +67,7 @@ Pins {% if SITE_NAME != 'WPD' and not sub %} - {% set hcolor = "primary" if hcolor else "secondary" %} + {% set hcolor = "primary" if holes else "secondary" %} Holes {% endif %}