mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 01:32:41 +00:00
17
collections/_evergreen/router.md
Normal file
17
collections/_evergreen/router.md
Normal 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 %}
|
||||
|
Reference in New Issue
Block a user