1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 23:01:09 +00:00

Use _data for recommendations

This commit is contained in:
2021-05-03 09:19:07 -05:00
parent 22f39a228c
commit 42fd97f46e
9 changed files with 4 additions and 37 deletions

View File

@@ -0,0 +1,33 @@
---
title: Firefox
type: Recommendation
logo: /assets/img/browsers/firefox-logo.svg
description: |
Firefox is a fast, reliable, open-source, privacy-respecting browser developed by Mozilla.
Unlike Google Chrome, Firefox wont track your data and send it to various companies. Firefox also allows you to simply install a number of add-ons that will improve your privacy online.
website: 'https://firefox.com/'
privacy_policy: 'https://www.mozilla.org/en-US/privacy/firefox/'
platform_win: 'https://www.mozilla.org/firefox/windows/'
platform_mac: 'https://www.mozilla.org/firefox/mac/'
platform_linux: 'https://www.mozilla.org/firefox/linux/'
platform_bsd: 'https://www.freshports.org/www/firefox'
platform_android: 'https://play.google.com/store/apps/details?id=org.mozilla.firefox'
platform_fdroid: 'https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/'
platform_ios: 'https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926'
source: 'https://hg.mozilla.org/mozilla-central/'
order: 1
---
<h2 class="pt-3">Source Code</h2>
<p>Mozilla publishes the source code for the Firefox browser at <a href="{{ page.source }}">{{ page.source }}</a>.</p>
<h2 class="pt-3">Related Content</h2>
{% assign blog1 = site.posts | where:"title","Firefox Privacy: Tips and Tricks for Better Browsing" %}
{% for post in blog1 %}
<div class="row">
{% include blog-card.html %}
</div>
{% endfor %}