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:
18
collections/_evergreen/browsers.html
Normal file
18
collections/_evergreen/browsers.html
Normal 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 %}
|
Reference in New Issue
Block a user