From f1153e6d4d31184dd28c16ed6c88981ad7c1ef17 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Thu, 13 May 2021 21:55:52 +0800 Subject: Add privacy policy information and link. This should be redirected to the notion page using our cloudflare worker. --- pydis_site/apps/content/resources/privacy.md | 7 +++++++ pydis_site/templates/base/navbar.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pydis_site/apps/content/resources/privacy.md diff --git a/pydis_site/apps/content/resources/privacy.md b/pydis_site/apps/content/resources/privacy.md new file mode 100644 index 00000000..88916b79 --- /dev/null +++ b/pydis_site/apps/content/resources/privacy.md @@ -0,0 +1,7 @@ +--- +title: Privacy Policy +description: Our server's privacy policy. +icon: fab fa-discord +--- + +You should be redirected. If you are not, [please click here](https://www.notion.so/pythondiscord/Python-Discord-Privacy-ee2581fea4854ddcb1ebc06c1dbb9fbd). diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 9751d569..ebafa269 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -79,7 +79,7 @@ Code of Conduct - + Privacy -- cgit v1.2.3