1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Add worth mentioning and anti-recommended browsers to collection

This commit is contained in:
2020-05-18 23:33:21 -05:00
parent 75bfa59bbd
commit 0252673fc0
14 changed files with 94 additions and 19 deletions

View File

@ -2,6 +2,11 @@
layout: default
---
<div class="container my-5">
{% if page.type == "Anti-Recommendation" %}<p>{% include badge.html
color="danger"
text="Anti-Recommendation"
icon="fas fa-times-octagon"
%}</p>{% endif %}
<h1>{{ page.title }}</h1>
{{ content }}
{% include footer.html %}