From b44f355b99ed176af1841b62e82cda4f23f7c5e1 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Mon, 30 Mar 2020 17:48:39 +0200 Subject: [PATCH] Exclude KS plug on download page --- _includes/new/footer.html | 19 +++++++++++-------- download/index.html | 1 + 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/_includes/new/footer.html b/_includes/new/footer.html index cbe2f7d..10e239b 100644 --- a/_includes/new/footer.html +++ b/_includes/new/footer.html @@ -1,11 +1,14 @@ - - -
-

Raised 11.755€ on Kickstarter - Thank You!

-

Have a look at all the details and watch video updates from the team 🎬

-
-
-
+ +{% unless page.exclude_kickstarter_plug == true %} + + +
+

Raised 11.755€ on Kickstarter - Thank You!

+

Have a look at all the details and watch video updates from the team 🎬

+
+
+
+{% endunless %}