diff --git a/_includes/cardv2.html b/_includes/cardv2.html
index 86f6e3f0b..410492ed5 100644
--- a/_includes/cardv2.html
+++ b/_includes/cardv2.html
@@ -19,22 +19,22 @@
- {% if include.windows %}
{% endif %}
- {% if include.mac %}
{% endif %}
- {% if include.linux %}
{% endif %}
- {% if include.bsd %}
{% endif %}
-
- {% if include.firefox %}
{% endif %}
- {% if include.chrome %}
{% endif %}
- {% if include.safari %}
{% endif %}
- {% if include.opera %}
{% endif %}
- {% if include.edge %}
{% endif %}
-
- {% if include.android %}
{% endif %}
- {% if include.ios %}
{% endif %}
- {% if include.fire %}
{% endif %}
-
- {% if include.web %}
{% endif %}
+ {% if include.windows %}{% if include.windows != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.mac %}{% if include.mac != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.linux %}{% if include.linux != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.bsd %}{% if include.bsd != "" %}
{% else %}
{% endif %}{% endif %}
+
+ {% if include.firefox %}{% if include.firefox != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.chrome %}{% if include.chrome != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.safari %}{% if include.safari != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.opera %}{% if include.opera != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.edge %}{% if include.edge != "" %}
{% else %}
{% endif %}{% endif %}
+
+ {% if include.android %}{% if include.android != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.ios %}{% if include.ios != "" %}
{% else %}
{% endif %}{% endif %}
+ {% if include.fire %}{% if include.fire != "" %}
{% else %}
{% endif %}{% endif %}
+
+ {% if include.web %}{% if include.web != "" %}
{% else %}
{% endif %}{% endif %}
{{include.icon1}}
{{include.icon2}}
diff --git a/_includes/nav.html b/_includes/nav.html
index 5b71fad52..17115cc14 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -31,11 +31,11 @@
Browser
@@ -62,12 +62,12 @@
OS
diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html
index 5e3f3d9f3..7fb4028e6 100644
--- a/_includes/sections/browser-addons.html
+++ b/_includes/sections/browser-addons.html
@@ -1,7 +1,7 @@
- Excellent Firefox Privacy Add-ons
+ Recommended Browser Add-ons
- Improve your privacy with these excellent Firefox add-ons.
+ Improve your privacy with these browser add-ons.
diff --git a/_includes/sections/browser-recommendation.html b/_includes/sections/browser-recommendation.html
index cf4195e3c..32560d2e6 100644
--- a/_includes/sections/browser-recommendation.html
+++ b/_includes/sections/browser-recommendation.html
@@ -1,4 +1,4 @@
- Browser Recommendation
+ Browser Recommendations
{% include cardv2.html
title="Mozilla Firefox"
@@ -17,7 +17,7 @@