1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-22 19:31:07 +00:00

Add browser recommendations

This commit is contained in:
2020-05-12 14:05:51 -05:00
parent 5a351d6606
commit 03dd56bf59
7 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
layout: evergreen
title: Browser Recommendations
---
<p class="lead">
These are our current web browser recommendations and some tweaks you can use to preserve your privacy.
</p>
{% assign firefox = site.browsers | where:"name","Firefox" %}
{% for post in firefox %}
{% include recommendation-1.html %}
{% endfor %}
{% assign tor = site.browsers | where:"name","Tor Browser" %}
{% for post in tor %}
{% include recommendation-1.html %}
{% endfor %}