From 4343ae6c025e95bf5d8fbf046cae12b00920a61c Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 5 Apr 2022 16:27:02 +0000 Subject: [PATCH] Remove homepage footer (#914) Signed-off-by: Daniel Gray --- docs/index.md | 15 ++++++++++----- theme/overrides/home.html | 2 ++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8e330c09..6e836e66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,13 +29,12 @@ Trying to protect all your data from everyone all the time is impractical, expen -
+
## We need you! Here's how to get involved It's important for a website like Privacy Guides to always stay up-to-date. We need our audience to keep an eye on software updates for the applications listed on our site and follow recent news about providers that we recommend. We try our best to keep up, but we're not perfect and the internet is changing fast. If you find an error, think a provider should not be listed here, notice a qualified service provider is missing, believe a browser plugin is not the best choice anymore, or uncover anything else... Talk to us please. -
-
-
+
+
- [:fontawesome-brands-reddit: Join the r/PrivacyGuides Subreddit](https://www.reddit.com/r/privacyguides) - [:fontawesome-brands-twitter: Follow @Privacy_Guides on Twitter](https://twitter.com/privacy_guides) @@ -43,4 +42,10 @@ It's important for a website like Privacy Guides to always stay up-to-date. We n - [:material-chat: Chat with us on Matrix](https://matrix.to/#/#privacyguides:matrix.org)
-
+
+## About Privacy Guides + +**Privacy Guides** is a non-profit, socially motivated website that provides information for protecting your data security and privacy. + +We do not make money from recommending certain products, and we do not utilize affiliate links. [Learn more...](about.md) +
diff --git a/theme/overrides/home.html b/theme/overrides/home.html index eb76a030..7ee7711f 100644 --- a/theme/overrides/home.html +++ b/theme/overrides/home.html @@ -22,3 +22,5 @@ {% endblock %} +{% block footer %} +{% endblock %}