mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-03 03:46:34 -04:00
Add browser recommendations
This commit is contained in:
parent
5a351d6606
commit
03dd56bf59
7 changed files with 96 additions and 0 deletions
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 %}
|
Loading…
Add table
Add a link
Reference in a new issue