From 46a1cdbce66f72ea3def21ea32d574820b81e2ca Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 7 Sep 2026 21:03:56 +0100 Subject: [PATCH] website: subscription thank you page (#7466) Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com> --- website/src/_includes/navbar.html | 2 +- website/src/subscribe-thankyou.html | 73 +++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 website/src/subscribe-thankyou.html diff --git a/website/src/_includes/navbar.html b/website/src/_includes/navbar.html index a3b0308802..b9c6313968 100644 --- a/website/src/_includes/navbar.html +++ b/website/src/_includes/navbar.html @@ -148,7 +148,7 @@ - {% if ('blog' not in page.url) and ('about' not in page.url) and ('donate' not in page.url) and ('privacy' not in page.url) and ('directory' not in page.url) and ('credits' not in page.url) and ('file' not in page.url) and ('links' not in page.url) and ('news' not in page.url) and ('crowdfunding' not in page.url) and ('livestream' not in page.url) %} + {% if ('blog' not in page.url) and ('about' not in page.url) and ('donate' not in page.url) and ('privacy' not in page.url) and ('directory' not in page.url) and ('credits' not in page.url) and ('file' not in page.url) and ('links' not in page.url) and ('news' not in page.url) and ('crowdfunding' not in page.url) and ('livestream' not in page.url) and ('subscribe' not in page.url) %}