From 12087ba09987a6c881ce236f377919129bc3b412 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Tue, 19 Sep 2023 11:37:31 -0600 Subject: [PATCH] Include the missing adblock detect scss --- themes/offby1/templates/base.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/offby1/templates/base.html.j2 b/themes/offby1/templates/base.html.j2 index c0dc14c..609aeb7 100644 --- a/themes/offby1/templates/base.html.j2 +++ b/themes/offby1/templates/base.html.j2 @@ -57,7 +57,7 @@ {% assets filters="scss", output="css/style.css", depends=["**/_*.scss"], - "fuji.scss", "bigfoot-default.scss", "magnific-popup.css" %} + "fuji.scss", "bigfoot-default.scss", "magnific-popup.css", "nativeads.js.scss", "adblock-detect.scss" %} {% endassets %}