1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

New Linux page (#491)

Co-Authored-By: Daniel Gray <dng@disroot.org>
This commit is contained in:
Tommy
2021-12-22 09:14:00 -05:00
committed by Daniel Gray
parent 1fe813e254
commit a465dab437
40 changed files with 495 additions and 319 deletions

View File

@ -0,0 +1,17 @@
---
layout: evergreen
title: Router
mathjax: false
description: |
Below are a few alternative operating systems, that can be used on routers, wifi access points etc.
---
{% for item_hash in site.data.operating-systems.router %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}