From 9424f0cc14cc7ab5d1f0221c2a7db9e125980fb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominique=20J=C3=BCrgensen?= <mail@dominiq.eu>
Date: Fri, 24 Dec 2021 17:07:07 +0100
Subject: [PATCH] Disable fg-particles for now

---
 src/parallax-css-testpage/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parallax-css-testpage/template.html b/src/parallax-css-testpage/template.html
index 07d3ad9bf..e2eb3e6d1 100644
--- a/src/parallax-css-testpage/template.html
+++ b/src/parallax-css-testpage/template.html
@@ -104,7 +104,7 @@
             depth: 2,
             lifespan: 4000 // in milliseconds
         }
-        Particles(fgParticles)
+        // Particles(fgParticles)
     </script>
 
 </body>
-- 
GitLab