From 7207511b6415cb9ab8fcb2f9c0d76de3d6438267 Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 8 Nov 2019 21:06:02 -0600 Subject: [PATCH] Add production_url variable --- _config.yml | 1 + _includes/footer.html | 18 +++++++++--------- _includes/head.html | 7 ++++--- _includes/sections/header.html | 2 +- pages/donate.html | 2 +- pages/privacy.md | 8 ++++---- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/_config.yml b/_config.yml index 4ddde023..25a9c243 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ title: PrivacyTools - Encryption Against Global Mass Surveillance name: PrivacyTools description: You are being watched. PrivacyTools provides knowledge, encryption, and software recommendations to protect you against global mass surveillance. url: "https://www.privacytools.io" +production_url: "https://www.privacytools.io" sass: style: compressed plugins: diff --git a/_includes/footer.html b/_includes/footer.html index c6c7c667..edf5ffba 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,36 +6,36 @@
@@ -44,7 +44,7 @@

Copy URL and Description

- + For easy copy and paste. Share this text snippet.

diff --git a/_includes/head.html b/_includes/head.html index b718dea9..e19585bf 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,6 +9,7 @@ + {% if page.title %} @@ -20,7 +21,7 @@ {% endif %} - + @@ -37,8 +38,8 @@ "Privacy Tools", "privacytoolsIO" ], - "url": "https://www.privacytools.io", - "logo": "https://www.privacytools.io/assets/img/layout/logo.png", + "url": "{{ site.production_url }}", + "logo": "{{ site.production_url }}/assets/img/layout/logo.png", "sameAs": [ "https://blog.privacytools.io", "https://twitter.com/privacytoolsIO", diff --git a/_includes/sections/header.html b/_includes/sections/header.html index 3ae0a354..9f19b368 100644 --- a/_includes/sections/header.html +++ b/_includes/sections/header.html @@ -3,7 +3,7 @@
-

{{ site.name }}

+

{{ site.name }}

You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.

diff --git a/pages/donate.html b/pages/donate.html index 1592d195..19ef41d5 100644 --- a/pages/donate.html +++ b/pages/donate.html @@ -7,7 +7,7 @@ permalink: /donate/
- {{ site.name }} + {{ site.name }}
diff --git a/pages/privacy.md b/pages/privacy.md index 51e221d3..4ba67d37 100644 --- a/pages/privacy.md +++ b/pages/privacy.md @@ -1,13 +1,13 @@ --- layout: page permalink: /privacy/ -title: "Privacy Q&A" +title: "Privacy Q&A" description: "This Privacy Statement explains what information PrivacyTools and its related entities collect about its users, what we do with that information, and how we handle the content you place in our products and services." --- ## Who is {{ site.name }}? -{{ site.name }} is an unincorporated community developing this website and a number of privacy-friendly services. The current list of public team members [can be found on GitHub](https://github.com/orgs/privacytoolsIO/people). In order to operate these services, {{ site.name }} receives hosting and administration services from Aragon Ventures LLC, which also collects payments and donations on the {{ site.name }} team's behalf. +{{ site.name }} is an unincorporated community developing this website and a number of privacy-friendly services. The current list of public team members [can be found on GitHub](https://github.com/orgs/privacytoolsIO/people). In order to operate these services, {{ site.name }} receives hosting and administration services from Aragon Ventures LLC. ## How does {{ site.name }} collect data about me? @@ -110,7 +110,7 @@ Anoka, MN 55303 United States ``` -For all other inquiries, you can contact the team via methods described on our [contact page](https://www.privacytools.io/contact/). +For all other inquiries, you can contact the team via methods described on our [contact page]({{ site.production_url }}/contact/). For complaints under GDPR more generally, European Union users may lodge complaints with their local data protection supervisory authorities. @@ -118,6 +118,6 @@ For complaints under GDPR more generally, European Union users may lodge complai This version of our privacy statement took effect October 9th, 2019. -We will post any new versions of this statement at [https://www.privacytools.io/privacy/](https://www.privacytools.io/privacy/). We may change how we announce changes in future versions of this document. In the meantime we may update our contact information at any time without announcing a change. Please refer to [https://www.privacytools.io/privacy/](https://www.privacytools.io/privacy/) for the latest contact information at any time. +We will post any new versions of this statement at [{{ site.production_url }}/privacy/]({{ site.production_url }}/privacy/). We may change how we announce changes in future versions of this document. In the meantime we may update our contact information at any time without announcing a change. Please refer to [{{ site.production_url }}/privacy/]({{ site.production_url }}/privacy/) for the latest contact information at any time. A full [revision history](https://github.com/privacytoolsIO/privacytools.io/commits/master/pages/privacy.md) for this page can be found on GitHub.