diff --git a/_includes/location/section-exports.html b/_includes/location/section-exports.html
index 108a10603..2b6746490 100644
--- a/_includes/location/section-exports.html
+++ b/_includes/location/section-exports.html
@@ -14,37 +14,41 @@
Exports
{% for commodity in export_commodities %}
{% assign exports = commodity[1] %}
{% assign commodity_slug = commodity[0] | slugify %}
-
-
- {{ commodity[0] }}
-
-
-
-
-
-
-
- {%
- include location/display-exports.html
- values=exports
- percent=false
- %}
-
-
+
+ {% if commodity[0] != "Total" and commodity[0] != "All" %}
+
+
+ {{ commodity[0] }}
+
+
+
+
+
+
+
+ {%
+ include location/display-exports.html
+ values=exports
+ percent=false
+ %}
+
+
+
+ {% endif %}
{% endfor %}
{% else %}
In {{ year }}, extractive industries products did not rank among the top 25 exports from {{ state_name }}.